9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3lib / libmalloc.3lib
blob5535e00d5871b4c1a1bb131c4220de7a6f5c8237
1 '\" te
2 .\" Copyright (c) 2005, 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 LIBMALLOC 3LIB "May 11, 2005"
7 .SH NAME
8 libmalloc \- memory allocation library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmalloc\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Functions in this library provide routines for memory allocation. These
19 routines are space-efficient but have lower performance. Their usage can result
20 in serious performance degradation.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibmalloc.so.1\fR provides the public interfaces defined
25 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 \fBcalloc\fR    \fBcfree\fR
34 \fBfree\fR      \fBmallinfo\fR
35 \fBmalloc\fR    \fBmallopt\fR
36 \fBmemalign\fR  \fBrealloc\fR
37 \fBvalloc\fR    
38 .TE
40 .SH FILES
41 .sp
42 .ne 2
43 .na
44 \fB\fB/usr/lib/libmalloc.so.1\fR\fR
45 .ad
46 .RS 30n
47 shared object
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB/usr/lib/64/libmalloc.so.1\fR\fR
54 .ad
55 .RS 30n
56 64-bit shared object
57 .RE
59 .SH ATTRIBUTES
60 .sp
61 .LP
62 See \fBattributes\fR(5) for descriptions of the following attributes:
63 .sp
65 .sp
66 .TS
67 box;
68 c | c
69 l | l .
70 ATTRIBUTE TYPE  ATTRIBUTE VALUE
72 MT-Level        Safe
73 .TE
75 .SH SEE ALSO
76 .sp
77 .LP
78 \fBIntro\fR(3), \fBmalloc\fR(3MALLOC), \fBattributes\fR(5)