|
alloca(3) -- Provide a memory allocator
|
The malloc() and free() functions provide a simple, general-purpose memory allocation package. Note See also the subsection "Using the densemalloc Library" for information on using libdensemalloc to... |
alphasort(3) -- Scan or sorts directory contents
|
The scandir() function reads the directory pointed to by the dir_name parameter. It then uses the malloc() function to create an array of pointers to directory entries. The scandir() function returns ... |
amallinfo(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
amalloc(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
amallocblksize(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
amallopt(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
ApplicationShell(3X) -- The ApplicationShell widget class
|
ApplicationShell is used as the main top-level window for an application. An application should have more than one ApplicationShell only if it implements multiple logical applications. Classes [Toc... |
arealloc(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
asctime(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
asctime_r(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
asin(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |
asind(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |
asinh(3) -- Compute inverse hyperbolic functions
|
The asinh(), asinhf(), and asinhl() functions return the hyperbolic arc sine of x, in the range [-infinity, +infinity] where asinh(x) = ln(x+ sqrt(x**2 + 1)). The asinh() function is the inverse funct... |