* malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
authorGreg McGary <greg@mcgary.org>
Fri, 21 Jul 2000 07:51:23 +0000 (07:51 +0000)
committerGreg McGary <greg@mcgary.org>
Fri, 21 Jul 2000 07:51:23 +0000 (07:51 +0000)
commitcb5113c14551d5bc10412938fdc9072cb1005d11
treee49aa7fb35ea8d49f7cdeec58a8d0ce705715dbb
parentdf0f2bf8cccb0d1c4fc829eac281ae8f0ecef734
* 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>
ChangeLog
malloc/malloc.c