Searched refs:nextAllocator (Results 1 – 2 of 2) sorted by relevance
119 ChainedAllocator (const VkAllocationCallbacks* nextAllocator);
193 ChainedAllocator::ChainedAllocator (const VkAllocationCallbacks* nextAllocator) in ChainedAllocator() argument194 : m_nextAllocator(nextAllocator) in ChainedAllocator()