Crate bort_vma

Crate bort_vma 

Source

Structs§

Allocation
Represents single memory allocation.
AllocationCreateFlags
Flags for configuring Allocation construction.
AllocationCreateInfo
AllocationInfo
Parameters of Allocation objects, that can be retrieved using Allocator::get_allocation_info.
Allocator
Main allocator object
AllocatorCreateFlags
Flags for configuring Allocator construction.
AllocatorCreateInfo
AllocatorPool
Represents custom memory pool handle.
AllocatorPoolCreateFlags
Flags for configuring AllocatorPool construction.
DefragmentationContext
DefragmentationMove
Single move of an allocation to be done for defragmentation.
DefragmentationStats
Statistics returned for defragmentation process in function vmaEndDefragmentation().
PoolCreateInfo
PoolHandle

Enums§

MemoryUsage
Intended usage of memory.

Traits§

Alloc