FreeBSD Manual Pages
libmtmalloc(3LIB) Interface Libraries libmtmalloc(3LIB) NAME libmtmalloc - multi-threaded memory allocator library SYNOPSIS cc [ flag... ] file... -lmtmalloc [ library... ] #include <mtmalloc.h> DESCRIPTION Functions in this library provide concurrent access to heap space. INTERFACES The shared object libmtmalloc.so.1 provides the public interfaces de- fined below. See intro(3) for additional information on shared object interfaces. free malloc mallocctl memalign realloc valloc FILES /usr/lib/libmtmalloc.so.1 shared object /usr/lib/64/libmtmalloc.so.1 64-bit shared object ATTRIBUTES See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO pvs(1), sbrk(2), intro(3), malloc(3C), malloc(3MALLOC), mapmalloc(3MAL- LOC), mtmalloc(3MALLOC), attributes(5) SunOS 5.10 22 May 2003 libmtmalloc(3LIB)
NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=libmtmalloc&sektion=3lib&manpath=SunOS+5.10>