Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la plantilla de la Clase HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >

Use Mmap (here the superheap) for objects above a certain size. Más...

#include <dlheap.h>

Diagrama de herencias de HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >
super

Lista de todos los miembros.

Métodos públicos

void * malloc (const size_t sz)
void free (void *ptr)
int remove (void *ptr)
void clear (void)

Descripción detallada

template<int ThresholdBytes, class SmallHeap, class super>
class HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >

Use Mmap (here the superheap) for objects above a certain size.

Autor:
Emery Berger
Parámetros:
ThresholdBytesThe maximum number of bytes managed by SmallHeap.
SmallHeapThe heap for "small" objects.
superThe heap for "large" objects.

Documentación de las funciones miembro

template<int ThresholdBytes, class SmallHeap, class super>
void HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::clear ( void  ) [inline]
template<int ThresholdBytes, class SmallHeap, class super>
void HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::free ( void *  ptr) [inline]
template<int ThresholdBytes, class SmallHeap, class super>
void* HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::malloc ( const size_t  sz) [inline]
template<int ThresholdBytes, class SmallHeap, class super>
int HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::remove ( void *  ptr) [inline]

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'