Eneboo - Documentación para desarrolladores
|
Use Mmap (here the superheap) for objects above a certain size. Más...
#include <dlheap.h>
Métodos públicos | |
void * | malloc (const size_t sz) |
void | free (void *ptr) |
int | remove (void *ptr) |
void | clear (void) |
Use Mmap (here the superheap) for objects above a certain size.
ThresholdBytes | The maximum number of bytes managed by SmallHeap. |
SmallHeap | The heap for "small" objects. |
super | The heap for "large" objects. |
void HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::clear | ( | void | ) | [inline] |
void HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::free | ( | void * | ptr | ) | [inline] |
void* HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::malloc | ( | const size_t | sz | ) | [inline] |
int HL::SelectMmapHeap< ThresholdBytes, SmallHeap, super >::remove | ( | void * | ptr | ) | [inline] |