| |
| Interface Libraries | libmapmalloc(3LIB) |
| | libmapmalloc - alternative memory allocator library |
SYNOPSIS
| |
cc [ flag... ] file... -lmapmalloc [ library ... ]
#include <stdlib.h>
|
| |
Functions in this library provide malloc routines that use mmap(2) instead of sbrk(2) for acquiring heap space.
|
| |
The shared object libmapmalloc.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
| calloc | cfree | free | mallinfo | malloc |
| mallopt | memalign | realloc | valloc | |
|
| |
-
/usr/lib/libmapmalloc.a
- archive library
-
/usr/lib/libmapmalloc.so.1
- shared object
-
/usr/lib/64/libmapmalloc.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl (32-bit) |
| | SUNWcslx (64-bit) |
| MT-Level | Safe |
|
| |