ack/modules/src/malloc
ceriel 5a4933ff7f Try to allocate to the next power of 2, instead of just aligning
with GRABSIZE; This way, malloc(1000000) followed by free() followed by
another malloc(1000000) will result in the same block being allocated,
because first_present will now find it
1989-02-10 09:18:19 +00:00
..
.distr Initial revision 1987-04-13 10:32:47 +00:00
add_file Initial revision 1987-01-06 11:25:09 +00:00
check.c Added Rcs Id 1987-03-10 09:24:02 +00:00
check.h Added Rcs Id 1987-03-10 09:24:02 +00:00
getsize.c Added Rcs Id 1987-03-10 09:24:02 +00:00
global.c Added Rcs Id 1987-03-10 09:24:02 +00:00
impl.h Added Rcs Id 1987-03-10 09:24:02 +00:00
log.c Added Rcs Id 1987-03-10 09:24:02 +00:00
log.h better check if a block was already freed 1988-01-14 11:35:07 +00:00
Makefile Initial revision 1987-01-06 11:25:09 +00:00
mal.c Try to allocate to the next power of 2, instead of just aligning 1989-02-10 09:18:19 +00:00
param.h Added Rcs Id 1987-03-10 09:24:02 +00:00
phys.c Added Rcs Id 1987-03-10 09:24:02 +00:00
phys.h Added Rcs Id 1987-03-10 09:24:02 +00:00
READ_ME Initial revision 1987-01-06 11:25:09 +00:00