Memory allocator for a device
Represent a single allocation within a DeviceMemory
Flags controlling an allocation of memory
Option flags for creating an Allocator
Describes the usage of a memory allocation
Layout of a resource This is important to determined whether a page alignment or simple alignemnt is necessary between two consecutive resources
Create an Allocator for device and options
Find a memory type index suitable for the given allowedIndexMask and info.
whether two adjacent block should check for granularity alignment
A block of memory associated to one DeviceMemory
Structure controlling an allocation of memory
The result of allocation request
Some stats of an allocator that can be collected with Allocator.collectStats
Options for the creation of an Allocator
Option to define allocation behavior for each heap of the device
A memory allocator for Gfx-d