AllocatorOptions

Options for the creation of an Allocator

Members

Variables

flags
AllocatorFlags flags;

option flags

heapOptions
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.

Meta