svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libbsdmalloc(3lib)
libbsdmalloc(3LIB) Interface Libraries libbsdmalloc(3LIB)
NAME
libbsdmalloc - memory allocator interface library
SYNOPSIS
cc [ flag ... ] file ... -lbsdmalloc [ library ... ]
#include <stdlib.h>
DESCRIPTION
Functions in this library provide a collection of malloc routines that
use BSD semantics.
INTERFACES
The shared object libbsdmalloc.so.1 provides the public interfaces
defined below. See intro(3) for additional information on shared object
interfaces.
See bsdmalloc(3MALLOC) for information on these interfaces.
tab(); lw(2.75i) lw(2.75i) callocfree mallocmalloc_usable_size mema‐
lignrealloc valloc
FILES
/usr/lib/libbsdmalloc.so.1
shared object
/usr/lib/64/libbsdmalloc.so.1
64−bit shared object
ATTRIBUTES
See attributes(7) for description of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ MT-LevelUnsafe
USAGE
See malloc(3C) for an overview and comparison of all the allocation
libraries provided by Oracle Solaris.
SEE ALSO
pvs(1), bsdmalloc(3MALLOC), intro(3), attributes(7)
Oracle Solaris 11.4 7 Feb 2019 libbsdmalloc(3LIB)