1libbsdmalloc(3LIB)            Interface Libraries           libbsdmalloc(3LIB)
2
3
4

NAME

6       libbsdmalloc - memory allocator interface library
7

SYNOPSIS

9       cc [ flag... ] file... -lbsdmalloc [ library... ]
10       #include <stdlib.h>
11
12

DESCRIPTION

14       Functions  in this library provide a collection of malloc routines that
15       use BSD semantics.
16

INTERFACES

18       The shared object  libbsdmalloc.so.1  provides  the  public  interfaces
19       defined below. See Intro(3) for additional information on shared object
20       interfaces.
21
22
23
24
25       free                          malloc
26       realloc
27
28

FILES

30       /usr/lib/libbsdmalloc.so.1
31
32           shared object
33
34
35       /usr/lib/64/libbsdmalloc.so.1
36
37           64−bit shared object
38
39

ATTRIBUTES

41       See attributes(5) for description of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Availability                 │SUNWcsl (32-bit)             │
50       │                             │SUNWcslx (64-bit)            │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │MT-Level                     │Unsafe                       │
53       └─────────────────────────────┴─────────────────────────────┘
54

SEE ALSO

56       pvs(1),  Intro(3),  bsdmalloc(3MALLOC), attributes(5)
57
58
59
60SunOS 5.11                        22 May 2003               libbsdmalloc(3LIB)
Impressum