Internal Functions
arena_get (ar_ptr, size)
sysmalloc [TODO]
/*
sysmalloc handles malloc cases requiring more memory from the system.
On entry, it is assumed that av->top does not have enough
space to service request for nb bytes, thus requiring that av->top
be extended or replaced.
*/void alloc_perturb (char *p, size_t n)
void free_perturb (char *p, size_t n)
void malloc_init_state (mstate av)
unlink(AV, P, BK, FD)
void malloc_consolidate(mstate av)
Last updated