diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-03-27 11:29:00 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-03-27 11:29:00 +0000 |
commit | 6dcfbbc68f881fbf5c20d25817a0221dfb135170 (patch) | |
tree | 40307666f6d7711499061d8c4be75029a6d851e9 /usr/src/man/man3lib/libumem.3lib | |
parent | b0624b90ec9a0c04cca626925beee3ae403457ce (diff) | |
parent | cd62a92d4a964bfe61d35ba2301b69e65e22a509 (diff) | |
download | illumos-joyent-6dcfbbc68f881fbf5c20d25817a0221dfb135170.tar.gz |
[illumos-gate merge]
commit cd62a92d4a964bfe61d35ba2301b69e65e22a509
7092 Want support for stdio memory streams
12360 fwrite can loop forever on zero byte write
12392 ftello64 doesn't handle ungetc() correctly when unbuffered
commit 1470234269f4edea4cbf270cb2475e4988b788d5
12359 Want a means to set the umem mtbf at runtine
commit 0ac311bae7f6f50d9ba506b52bd8860f2d68d4ce
12358 Need mbrtowc variant that indicates consumed zero bytes
commit d726994754c938f91b6fd7e96b5cab3829615c58
12357 getc/putc_unlocked need to set orientation
Diffstat (limited to 'usr/src/man/man3lib/libumem.3lib')
-rw-r--r-- | usr/src/man/man3lib/libumem.3lib | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/usr/src/man/man3lib/libumem.3lib b/usr/src/man/man3lib/libumem.3lib index 70df5a790d..a4cbd6ebbf 100644 --- a/usr/src/man/man3lib/libumem.3lib +++ b/usr/src/man/man3lib/libumem.3lib @@ -3,19 +3,16 @@ .\" 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. .\" 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. .\" 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] -.TH LIBUMEM 3LIB "May 22, 2003" +.TH LIBUMEM 3LIB "February 23, 2020" .SH NAME libumem \- object-caching memory allocation library .SH SYNOPSIS -.LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lumem\fR [ \fIlibrary\fR... ] #include <\fBumem.h\fR> .fi .SH DESCRIPTION -.sp -.LP Functions in this library provide fast, scalable object-caching memory allocation with multithreaded application support. In addition to the standard \fBmalloc\fR(3C) family of functions and the more flexible @@ -28,8 +25,6 @@ detection of memory leaks, buffer overruns, multiple frees, use of uninitialized data, use of freed data, and many other common programming errors. See \fBumem_debug\fR(3MALLOC). .SH INTERFACES -.sp -.LP The shared object \fBlibumem.so.1\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object interfaces. @@ -45,11 +40,11 @@ l l . \fBumem_cache_alloc\fR \fBumem_cache_create\fR \fBumem_cache_destroy\fR \fBumem_cache_free\fR \fBumem_free\fR \fBumem_nofail_callback\fR -\fBumem_zalloc\fR \fBvalloc\fR +\fBumem_setmtbf\fR \fBumem_zalloc\fR +\fBvalloc\fR .TE .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/libumem.so.1\fR\fR @@ -68,8 +63,6 @@ shared object .RE .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -86,8 +79,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp -.LP \fBIntro\fR(3), \fBmalloc\fR(3C), \fBumem_alloc\fR(3MALLOC), \fBumem_cache_create\fR(3MALLOC), \fBumem_debug\fR(3MALLOC), -\fBattributes\fR(5) +\fBumem_setmtbf\fR(3MALLOC), \fBattributes\fR(5) |