Use Mmap (here the superheap) for objects above a certain size.
Más...
#include <dlheap.h>
Lista de todos los miembros.
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:
-
ThresholdBytes | The maximum number of bytes managed by SmallHeap. |
SmallHeap | The heap for "small" objects. |
super | The heap for "large" objects. |
Documentación de las funciones miembro
template<int ThresholdBytes, class SmallHeap, class super>
template<int ThresholdBytes, class SmallHeap, class super>
template<int ThresholdBytes, class SmallHeap, class super>
template<int ThresholdBytes, class SmallHeap, class super>
La documentación para esta clase fue generada a partir del siguiente fichero: