Home
last modified time | relevance | path

Searched refs:ChainedAllocator (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp191 // ChainedAllocator
193 ChainedAllocator::ChainedAllocator (const VkAllocationCallbacks* nextAllocator) in ChainedAllocator() function in vk::ChainedAllocator
198 ChainedAllocator::~ChainedAllocator (void) in ~ChainedAllocator()
202 void* ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate()
207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate()
212 void ChainedAllocator::free (void* mem) in free()
217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation()
222 void ChainedAllocator
[all...]
H A DvkAllocationCallbackUtil.hpp116 class ChainedAllocator : public AllocationCallbacks class
119 ChainedAllocator (const VkAllocationCallbacks* nextAllocator);
120 ~ChainedAllocator (void);
133 class AllocationCallbackRecorder : public ChainedAllocator
159 class DeterministicFailAllocator : public ChainedAllocator

Completed in 2 milliseconds