Merge commit 'dc97a43d4a70c8773a619f11b95b07a787f6f5b7' into merges
[unleashed.git] / share / man / man3lib / libmtmalloc.3lib
blob35dc270aa260e852c5cc491e3b36b5b8932432b2
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 LIBMTMALLOC 3LIB "May 22, 2003"
7 .SH NAME
8 libmtmalloc \- multi-threaded memory allocator library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmtmalloc\fR [ \fIlibrary\fR... ]
13 #include <\fBmtmalloc.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide concurrent access to heap space.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBlibmtmalloc.so.1\fR provides the public interfaces defined
24 below. See \fBIntro\fR(3) for additional information on shared object
25 interfaces.
26 .sp
28 .sp
29 .TS
30 l l
31 l l .
32 \fBfree\fR      \fBmalloc\fR
33 \fBmallocctl\fR \fBmemalign\fR
34 \fBrealloc\fR   \fBvalloc\fR
35 .TE
37 .SH FILES
38 .sp
39 .ne 2
40 .na
41 \fB\fB/usr/lib/libmtmalloc.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/libmtmalloc.so.1\fR\fR
52 .ad
53 .sp .6
54 .RS 4n
55 64-bit shared object
56 .RE
58 .SH ATTRIBUTES
59 .sp
60 .LP
61 See \fBattributes\fR(5) for descriptions of the following attributes:
62 .sp
64 .sp
65 .TS
66 box;
67 c | c
68 l | l .
69 ATTRIBUTE TYPE  ATTRIBUTE VALUE
71 MT-Level        Safe
72 .TE
74 .SH SEE ALSO
75 .sp
76 .LP
77 \fBpvs\fR(1), \fBsbrk\fR(2), \fBIntro\fR(3), \fBmalloc\fR(3C),
78 \fBmalloc\fR(3MALLOC), \fBmapmalloc\fR(3MALLOC), \fBmtmalloc\fR(3MALLOC),
79 \fBattributes\fR(5)