8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libbsdmalloc.3lib
blobb0b7032e452d5bcd0182dc6b47208ba49d4843ac
1 '\" te
2 .\"  Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBBSDMALLOC 3LIB "May 22, 2003"
7 .SH NAME
8 libbsdmalloc \- memory allocator interface library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lbsdmalloc\fR [ \fIlibrary\fR... ]
13 #include <\fBstdlib.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide a collection of \fBmalloc\fR routines that
20 use BSD semantics.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibbsdmalloc.so.1\fR provides the public interfaces
25 defined below. See \fBIntro\fR(3) for additional information on shared object
26 interfaces.
27 .sp
29 .sp
30 .TS
31 l l
32 l l .
33 \fBfree\fR      \fBmalloc\fR
34 \fBrealloc\fR   
35 .TE
37 .SH FILES
38 .sp
39 .ne 2
40 .na
41 \fB\fB/usr/lib/libbsdmalloc.so.1\fR\fR
42 .ad
43 .sp .6
44 .RS 4n
45 shared object
46 .RE
48 .sp
49 .ne 2
50 .na
51 \fB\fB/usr/lib/64/libbsdmalloc.so.1\fR\fR
52 .ad
53 .sp .6
54 .RS 4n
55 64\(mibit shared object
56 .RE
58 .SH ATTRIBUTES
59 .sp
60 .LP
61 See \fBattributes\fR(5) for description of the following attributes:
62 .sp
64 .sp
65 .TS
66 box;
67 c | c
68 l | l .
69 ATTRIBUTE TYPE  ATTRIBUTE VALUE
70 MT-Level        Unsafe
71 .TE
73 .SH SEE ALSO
74 .sp
75 .LP
76 \fBpvs\fR(1),  \fBIntro\fR(3),  \fBbsdmalloc\fR(3MALLOC), \fBattributes\fR(5)