Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

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 defined below. See the intro(3) man page for additional information on shared object interfaces.

See mtmalloc(3MALLOC) for information on these interfaces.

calloc
free
malloc
malloc_usable_size
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(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
MT-Level
Safe

Usage

See malloc(3C) for an overview and comparison of all the allocation libraries provided by Oracle Solaris.

See Also

pvs(1), sbrk(2), malloc(3C), mtmalloc(3MALLOC), intro(3), attributes(7)