class GpuMemSlab
Defined at line 26 of file ../../src/ui/lib/escher/impl/gpu_mem_slab.h
GpuMemSlab represents a single Vulkan memory allocation, created directly
through a vkDevice. It should only be created via specific subclasses of
GpuAllocator, or through GpuMem::AdoptMemory when transferring ownership of a
existing vk::DeviceMemory object.
Public Methods
void ~GpuMemSlab ()
Defined at line 36 of file ../../src/ui/lib/escher/impl/gpu_mem_slab.cc
Friends
class GpuMem
class NaiveGpuAllocator