Searched refs:ChainedAllocator (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 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 allocation… in allocate() 207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocati… in reallocate() 212 void ChainedAllocator::free (void* mem) in free() 217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationTy… in notifyInternalAllocation() 222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, Vk… in notifyInternalFree() 230 : ChainedAllocator (allocator) in AllocationCallbackRecorder() 241 void* const ptr = ChainedAllocator::allocate(size, alignment, allocationScope); in allocate() 250 void* const ptr = ChainedAllocator::reallocate(original, size, alignment, allocationScope); in reallocate() [all …]
|
D | vkAllocationCallbackUtil.hpp | 116 class ChainedAllocator : public AllocationCallbacks class 119 ChainedAllocator (const VkAllocationCallbacks* nextAllocator); 120 ~ChainedAllocator (void); 133 class AllocationCallbackRecorder : public ChainedAllocator 158 class DeterministicFailAllocator : public ChainedAllocator
|