Eneboo - Documentación para desarrolladores
|
This heap approximates the algorithms used by DLmalloc 2.7.0. Más...
#include <dlheap.h>
This heap approximates the algorithms used by DLmalloc 2.7.0.
The whole thing. Big objects are allocated via mmap. Other objects are first allocated from the special thresholded quicklists, or if they're too big, they're allocated from the coalescing big heap.