]> git.ipfire.org Git - thirdparty/glibc.git/commit
(USE_ARENAS): New feature flag, controls support
authorUlrich Drepper <drepper@redhat.com>
Fri, 10 Dec 1999 05:29:00 +0000 (05:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 10 Dec 1999 05:29:00 +0000 (05:29 +0000)
commit78e6e800680d8c08500e0eadc1e74a34a7c25dd6
tree1de0725bcb2a389e0b885a6d76d893c3e358f53c
parentea189bb50a47ae84651c50500fe043a7d40ce6f1
(USE_ARENAS): New feature flag, controls support
for multiple arenas separately from NO_THREADS.
(mALLOc, chunk_realloc, mEMALIGn, cALLOc) [USE_ARENAS]: try to
fall back to an mmap()ed arena when sbrk() has failed.
malloc/malloc.c