Class HL::ZoneHeap¶
template <class SuperHeap, size_t ChunkSize>
#include <zoneheap.h>
Inherits the following classes: SuperHeap
Public Types¶
| Type | Name |
|---|---|
| enum | ZoneHeap |
Public Functions¶
| Type | Name |
|---|---|
| ZoneHeap () |
|
| void | free (void *) Free in a zone allocator is a no-op. |
| void * | malloc (size_t sz) |
| int | remove (void *) Remove in a zone allocator is a no-op. |
| void | reset (const int chkSize) |
| ~ZoneHeap () |
Public Types Documentation¶
enum ZoneHeap¶
Public Functions Documentation¶
function ZoneHeap [1/2]¶
function free¶
Free in a zone allocator is a no-op.
function malloc¶
function remove¶
Remove in a zone allocator is a no-op.
function reset¶
function ~ZoneHeap¶
The documentation for this class was generated from the following file cubrid/src/heaplayers/heaps/special/zoneheap.h