Eneboo - Documentación para desarrolladores
|
A "strict" segregated-fits collection of (homogeneous) heaps. Más...
#include <segheap.h>
A "strict" segregated-fits collection of (homogeneous) heaps.
One extra heap is used for objects that are "too big". Unlike SegHeap, StrictSegHeap does not perform splitting to satisfy memory requests. If no memory is available from the appropriate bin, malloc returns NULL.