diff options
author | des <des@FreeBSD.org> | 2009-09-26 23:25:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-09-26 23:25:22 +0000 |
commit | ca7f5e11bd77d20275db4266c3010470050c8a09 (patch) | |
tree | 651271fc4ef4755d0023a49c0657fa23feaaf787 /lib/libc/stdlib/malloc.3 | |
parent | a45436ee4714833a11bf829d86620ac727a0d501 (diff) | |
parent | 6079decb9019311024359a5172992bb972921e9d (diff) | |
download | FreeBSD-src-ca7f5e11bd77d20275db4266c3010470050c8a09.zip FreeBSD-src-ca7f5e11bd77d20275db4266c3010470050c8a09.tar.gz |
Sync from head.
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index a621a24..308ba7b 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -32,7 +32,7 @@ .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd August 26, 2008 +.Dd September 26, 2009 .Dt MALLOC 3 .Os .Sh NAME @@ -245,7 +245,8 @@ will be initialized to 0x5a. This is intended for debugging and will impact performance negatively. .It K Double/halve the virtual memory chunk size. -The default chunk size is 1 MB. +The default chunk size is the maximum of 1 MB and the largest +page size that is less than or equal to 4 MB. .It M Use .Xr mmap 2 @@ -561,6 +562,7 @@ _malloc_options = "X"; .Xr alloca 3 , .Xr atexit 3 , .Xr getpagesize 3 , +.Xr getpagesizes 3 , .Xr memory 3 , .Xr posix_memalign 3 .Sh STANDARDS |