Memory Heap Settings More...
Public Member Functions | |
HeapConfiguration | Init (int globalsSize) |
Initializes and creates a new HeapConfiguration based on the Global Size More... | |
override string | ToString () |
ToString More... | |
Public Attributes | |
int | GlobalsSize |
Heap Global Size More... | |
int | PageCount = Allocator.Config.DEFAULT_BLOCK_COUNT |
Default number of Heap Pages More... | |
PageSizes | PageShift = Allocator.Config.DEFAULT_BLOCK_SHIFT |
Default size of each Heap Page More... | |
Memory Heap Settings
HeapConfiguration Init | ( | int | globalsSize | ) |
Initializes and creates a new HeapConfiguration based on the Global Size
override string ToString | ( | ) |
ToString
int GlobalsSize |
Heap Global Size
int PageCount = Allocator.Config.DEFAULT_BLOCK_COUNT |
Default number of Heap Pages
PageSizes PageShift = Allocator.Config.DEFAULT_BLOCK_SHIFT |
Default size of each Heap Page