glibc/malloc
Ulrich Drepper 7dac9f3d90 [BZ #838]
* malloc/arena.c (ptmalloc_lock_all): If global lock already taken
	by the same thread, just bump the counter.
	(ptmalloc_unlock_all): If counter for recursive locks hasn't reached
	zero, don't do anything else.
	* malloc/Makefile (tests): Add tst-mallocfork.
	* malloc/tst-mallocfork.c: New file.
2005-09-27 05:45:26 +00:00
..
arena.c [BZ #838] 2005-09-27 05:45:26 +00:00
Depend
hooks.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
Makefile [BZ #838] 2005-09-27 05:45:26 +00:00
malloc.c [BZ #786] 2005-09-27 01:55:24 +00:00
malloc.h * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call 2005-03-08 00:50:21 +00:00
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort. 2005-08-20 01:22:05 +00:00
memusage.sh
memusagestat.c
mtrace.c
mtrace.pl
obstack.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
obstack.h [BZ #1331] 2005-09-12 19:56:23 +00:00
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc.c
tst-mallocfork.c [BZ #838] 2005-09-27 05:45:26 +00:00
tst-mallocstate.c
tst-mcheck.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c
tst-valloc.c
Versions