Module Name: src Committed By: jruoho Date: Sun Sep 11 10:05:23 UTC 2011
Modified Files: src/lib/libc/stdlib: memory.3 Log Message: Note memoryallocators(9) in this perhaps too generally named page. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/memory.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/memory.3 diff -u src/lib/libc/stdlib/memory.3:1.10 src/lib/libc/stdlib/memory.3:1.11 --- src/lib/libc/stdlib/memory.3:1.10 Thu Aug 7 16:43:42 2003 +++ src/lib/libc/stdlib/memory.3 Sun Sep 11 10:05:23 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: memory.3,v 1.10 2003/08/07 16:43:42 agc Exp $ +.\" $NetBSD: memory.3,v 1.11 2011/09/11 10:05:23 jruoho Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)memory.3 8.1 (Berkeley) 6/4/93 .\" -.Dd June 4, 1993 +.Dd September 11, 2011 .Dt MEMORY 3 .Os .Sh NAME @@ -57,6 +57,8 @@ These functions allocate and free memory for the calling process. They are described in the individual manual pages. +The memory allocators used in the kernel are described in +.Xr memoryallocators 9 . .Sh SEE ALSO .Xr alloca 3 , .Xr calloc 3 ,