| |
| Interface Libraries | libmtmalloc(3LIB) |
| | libmtmalloc - multi-threaded memory allocator library |
SYNOPSIS
| |
cc [ flag... ] file... -lmtmalloc [ library ... ]
#include <mtmalloc.h>
|
| |
Functions in this library provide malloc routines that provide concurrent access to heap space.
|
| |
The shared object libmtmalloc.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
| free | malloc | mallocctl | realloc |
|
| |
-
/usr/lib/libmtmalloc.so.1
- shared object
-
/usr/lib/64/libmtmalloc.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 |
|
| |