.. |
Makefile
|
698d2c6803
Per suggestion from Miles Bader, move calloc.c to libc/stdlib.
|
23 years ago |
free.c
|
9ae5b8eb00
Use `return' for null pointers, to avoid a giant block holding the rest
|
23 years ago |
heap.h
|
3b836d665f
(HEAP_MIN_SIZE): New macro.
|
23 years ago |
heap_alloc.c
|
056f9d9894
Redo the locking, so that it may actually work. Now locking is done at
|
23 years ago |
heap_alloc_at.c
|
056f9d9894
Redo the locking, so that it may actually work. Now locking is done at
|
23 years ago |
heap_free.c
|
c5568de190
Size tweaks.
|
23 years ago |
malloc.c
|
dfa6a5382a
Update debugging printfs.
|
23 years ago |
malloc.h
|
992f2d15e2
(__malloc_likely, __malloc_unlikely): New macros.
|
23 years ago |
realloc.c
|
cb6fdcff80
Handle zero NEW_SIZE case.
|
23 years ago |