glibc/malloc
Ulrich Drepper 718bac2923 Update.
2000-11-07  Akim Demaille  <akim@epita.fr>

	* malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
	argument `data' for consistency with the prototypes.
	Qualify it `const'.
	(obstack_copy, obstack_copy0): Rename the second argument as
	`address' for consistency.  Qualify it `const'.
	* malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
	(obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
	`const' their input argument (`data' or `address').
	Adjust the corresponding macros to include `const' in casts.
2000-11-10 04:21:10 +00:00
..
Depend
Makefile Update. 2000-10-24 08:25:05 +00:00
malloc.c Update. 2000-09-29 03:39:20 +00:00
malloc.h Update. 2000-10-07 22:28:05 +00:00
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c Update. 2000-10-15 06:50:42 +00:00
memusage.sh
memusagestat.c
mtrace.c
mtrace.pl
obstack.c Update. 2000-11-10 04:21:10 +00:00
obstack.h Update. 2000-11-10 04:21:10 +00:00
set-freeres.c
thread-m.h
tst-calloc.c
tst-malloc.c
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c (main): Run tests for different alignments. 2000-10-24 08:30:36 +00:00
tst-valloc.c
Versions