glibc/malloc
James Lemke 08f1e1d2bc Fix for test "malloc_usable_size: expected 7 but got 11"
[BZ #17581] The checking chain of unused chunks was terminated by a hash of
the block pointer, which was sometimes confused with the chunk length byte.
The chain is now terminated by a NULL byte.
2014-12-01 13:05:18 -08:00
..
arena.c
Depend
hooks.c Fix for test "malloc_usable_size: expected 7 but got 11" 2014-12-01 13:05:18 -08:00
Makefile Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
malloc.c Fix malloc_info namespace (bug 17570). 2014-11-12 22:31:38 +00:00
malloc.h
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c
memusage.sh
memusagestat.c
morecore.c
mtrace.c
mtrace.pl
obstack.c
obstack.h
set-freeres.c
thread-freeres.c
tst-calloc.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-malloc-usable.c
tst-malloc.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-mallocfork.c
tst-mallocstate.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-mallopt.c
tst-mcheck.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-memalign.c
tst-mtrace.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-mtrace.sh
tst-obstack.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-posix_memalign.c
tst-pvalloc.c
tst-realloc.c
tst-trim1.c
tst-valloc.c
Versions