Eneboo - Documentación para desarrolladores
Referencia de la Clase StrictSegHeap

A "strict" segregated-fits collection of (homogeneous) heaps. Más...

#include <segheap.h>


Descripción detallada

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.

Ver también:
SegHeap
Parámetros:
NumBinsThe number of bins (subheaps).
getSizeClassFunction to compute size class from size.
getClassMaxSizeFunction to compute the largest size for a given size class.
LittleHeapThe subheap class.
BigHeapThe parent class, used for "big" objects.

La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'