Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/stdlib
Module Name: src
Committed By: christos
Date: Wed Nov 28 21:55:14 UTC 2007
Modified Files:
src/lib/libc/stdlib: Makefile.inc malloc.c
Removed Files:
src/lib/libc/stdlib: calloc.c
Log Message:
Sync phk malloc.c with the latest one from FreeBSD. This gives us the
same api as jemalloc by:
- adding posix_memalign()
- moving calloc in the same file
- renaming malloc_options -> _malloc_options
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/lib/libc/stdlib/Makefile.inc
cvs rdiff -r1.13 -r0 src/lib/libc/stdlib/calloc.c
cvs rdiff -r1.48 -r1.49 src/lib/libc/stdlib/malloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index