Struct AllocatorOptions
Options for the creation of an Allocator
struct AllocatorOptions
;
Fields
Name | Type | Description |
---|---|---|
flags
|
AllocatorFlags | option flags |
heapOptions
|
HeapOptions[] | One HeapOption per heap in the device, or empty to use default behavior. Default behavior is to allow use of entire heap. Default block size is 256Mb for heaps > 1Gb, and heapSize/8 for smaller ones. |