Module Name: src Committed By: jruoho Date: Mon May 3 05:01:54 UTC 2010
Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/stdlib: Makefile.inc malloc.3 Added Files: src/lib/libc/stdlib: jemalloc.3 Log Message: Split the implementation details of malloc(3) to a separate jemalloc(3) manual page. This way malloc(3) can follow the standard terse format used elsewhere in the libc, while additional details can be added to jemalloc(3). Note HISTORY and AUTHORS in jemalloc(3), and add some reading material to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1440 -r1.1441 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.73 -r1.74 src/lib/libc/stdlib/Makefile.inc cvs rdiff -u -r0 -r1.1 src/lib/libc/stdlib/jemalloc.3 cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdlib/malloc.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.