glibc/malloc
Greg McGary cb5113c145 * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot): 
Define in terms of chunk_at_offset. 
(inuse, set_inuse, clear_inuse): Define in terms of next_chunk. 
(next_bin, prev_bin): offset by size of real array elements. 
(chunk_align): Make `m' a scalar, since that's how it's used.
	* malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
	set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
	Define in terms of chunk_at_offset.
	(inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
	(next_bin, prev_bin): offset by size of real array elements.
	(chunk_align): Make `m' a scalar, since that's how it's used.

2000-07-21  Greg McGary  <greg@mcgary.org>
2000-07-21 07:51:23 +00:00
..
Depend
Makefile Update. 2000-07-10 13:52:21 +00:00
malloc.c * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset, 2000-07-21 07:51:23 +00:00
malloc.h
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c Update. 2000-06-20 04:46:22 +00:00
memusage.sh Update. 2000-06-20 04:46:22 +00:00
memusagestat.c Update. 2000-06-20 04:46:22 +00:00
mtrace.c (tr_freehook): Return immediately if ptr is NULL. 2000-07-13 18:40:43 +00:00
mtrace.pl Exit with exit code 1 if any leak was detected. 2000-07-07 08:03:07 +00:00
obstack.c
obstack.h
set-freeres.c
thread-m.h
tst-calloc.c
tst-malloc.c
tst-mtrace.c Test program for mtrace. 2000-07-07 03:00:06 +00:00
tst-mtrace.sh Update. 2000-07-07 08:10:15 +00:00
tst-valloc.c
Versions Update. 2000-04-14 17:44:22 +00:00