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
..
Depend Update. 1999-10-04 22:59:43 +00:00
Makefile [BZ #838] 2005-09-27 05:45:26 +00:00
Versions * malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres. 2003-02-22 00:55:36 +00:00
arena.c [BZ #838] 2005-09-27 05:45:26 +00:00
hooks.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +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 update from main archive 961207 1996-12-08 08:01:13 +00:00
mcheck-init.c Update. 2004-09-08 08:12:39 +00:00
mcheck.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mcheck.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memusage.c * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort. 2005-08-20 01:22:05 +00:00
memusage.sh * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
memusagestat.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mtrace.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mtrace.pl * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
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 Update. 2003-03-21 08:03:25 +00:00
thread-freeres.c * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT. 2003-02-22 01:58:06 +00:00
tst-calloc.c Add tests for one or both parameters being zero. 2002-08-07 23:06:11 +00:00
tst-malloc.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mallocfork.c [BZ #838] 2005-09-27 05:45:26 +00:00
tst-mallocstate.c Update. 2002-01-29 07:54:51 +00:00
tst-mcheck.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
tst-mtrace.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-mtrace.sh 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-obstack.c Update. 2000-11-20 17:40:29 +00:00
tst-valloc.c Update. 2000-11-20 17:40:29 +00:00