Crate vk_alloc[][src]

A segregated list memory allocator for Vulkan.

Structs

Allocation

An allocation of the Allocator.

AllocationDescriptor

The descriptor for an allocation on the allocator.

Allocator

The general purpose memory allocator. Implemented as a segregated list allocator.

AllocatorDescriptor

Describes the configuration of an Allocator.

Enums

AllocationType

Type of the allocation.

AllocatorError

Errors that the allocators can throw.

MemoryLocation

The intended location of the memory.