enum RootHeapParameters { RootHeap_MinAlign = 16, RootHeap_Granularity = 16*1024, RootHeap_Reserve = 16*1024, RootHeap_Threshold = 256*1024, RootHeap_Limit = 0 };
Provides the parameters set for the root memory heap.
Members |
Description |
RootHeap_MinAlign = 16 |
Minimum alignment for allocations in the root heap. The default value is 16. |
RootHeap_Granularity = 16*1024 |
Granularity block set for the root memory heap. |
RootHeap_Reserve = 16*1024 |
Pre-allocated reserve for the root heap. |
RootHeap_Threshold = 256*1024 |
Maximum allocation size for the root heap. |
RootHeap_Limit = 0 |
Limit on the amount of memory used by the root heap. |
SF_MemoryHeap.h