cmd: remove various sparc-only bins
[unleashed.git] / share / man / man3lib / libmapmalloc.3lib
blobdc32afb241bdb40421cd0dfb995d111d1255cbb2
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 LIBMAPMALLOC 3LIB "May 22, 2003"
7 .SH NAME
8 libmapmalloc \- alternative memory allocator library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmapmalloc\fR [ \fIlibrary\fR... ]
13 #include <\fBstdlib.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide \fBmalloc\fR routines that use \fBmmap\fR(2)
20 instead of \fBsbrk\fR(2) for acquiring heap space.
21 .SH INTERFACES
22 .sp
23 .LP
24 The shared object \fBlibmapmalloc.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 \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/libmapmalloc.so.1\fR\fR
45 .ad
46 .sp .6
47 .RS 4n
48 shared object
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/usr/lib/64/libmapmalloc.so.1\fR\fR
55 .ad
56 .sp .6
57 .RS 4n
58 64-bit shared object
59 .RE
61 .SH ATTRIBUTES
62 .sp
63 .LP
64 See \fBattributes\fR(5) for descriptions of the following attributes:
65 .sp
67 .sp
68 .TS
69 box;
70 c | c
71 l | l .
72 ATTRIBUTE TYPE  ATTRIBUTE VALUE
74 MT-Level        Safe
75 .TE
77 .SH SEE ALSO
78 .sp
79 .LP
80 \fBpvs\fR(1), \fBmmap\fR(2), \fBsbrk\fR(2), \fBIntro\fR(3), \fBmalloc\fR(3C),
81 \fBmalloc\fR(3MALLOC), \fBmapmalloc\fR(3MALLOC), \fBattributes\fR(5)