cvs commit: src/lib/libc/stdlib malloc.c
Jason Evans
jasone at FreeBSD.org
Sun Dec 16 17:20:05 PST 2007
jasone 2007-12-17 01:20:04 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Refactor features a bit in order to make it possible to disable lazy
deallocation and dynamic load balancing via the MALLOC_LAZY_FREE and
MALLOC_BALANCE knobs. This is a non-functional change, since these
features are still enabled when possible.
Clean up a few things that more pedantic compiler settings would cause
complaints over.
Revision Changes Path
1.153 +127 -52 src/lib/libc/stdlib/malloc.c
More information about the cvs-src
mailing list