Variable AllocatorOptions.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.

struct AllocatorOptions
{
  // ...
  HeapOptions[] heapOptions ;
  // ...
}