1libmalloc(3LIB) Interface Libraries libmalloc(3LIB)
2
3
4
6 libmalloc - memory allocation library
7
9 cc [ flag... ] file... -lmalloc [ library... ]
10
11
13 Functions in this library provide routines for memory allocation. These
14 routines are space-efficient but have lower performance. Their usage
15 can result in serious performance degradation.
16
18 The shared object libmalloc.so.1 provides the public interfaces defined
19 below. See Intro(3) for additional information on shared object inter‐
20 faces.
21
22
23
24
25 calloc cfree
26 free mallinfo
27 malloc mallopt
28 memalign realloc
29 valloc
30
31
33 /usr/lib/libmalloc.so.1 shared object
34
35
36 /usr/lib/64/libmalloc.so.1 64-bit shared object
37
38
40 See attributes(5) for descriptions of the following attributes:
41
42
43
44
45 ┌─────────────────────────────┬─────────────────────────────┐
46 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
47 ├─────────────────────────────┼─────────────────────────────┤
48 │Availability │SUNWcsl (32-bit) │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │ │SUNWcslx (64-bit) │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │MT-Level │Safe │
53 └─────────────────────────────┴─────────────────────────────┘
54
56 Intro(3), malloc(3MALLOC), attributes(5)
57
58
59
60SunOS 5.11 11 May 2005 libmalloc(3LIB)