.. |
Makefile
|
698d2c6803
Per suggestion from Miles Bader, move calloc.c to libc/stdlib.
|
23 years ago |
free.c
|
6e58f3b7d4
Use __malloc_unlikely instead of `likely'.
|
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
|
1c0f265241
Add flow-control hints with __malloc_likely and __malloc_unlikely.
|
23 years ago |
malloc.h
|
5a0af72d6d
(MALLOC_SETUP): New macro.
|
23 years ago |
realloc.c
|
cb6fdcff80
Handle zero NEW_SIZE case.
|
23 years ago |