Lines Matching defs:Allocator
40 * Allocator implementation. Test code should use Allocator for allocating
130 class Allocator
133 Allocator (void) {}
134 virtual ~Allocator (void) {}
140 //! Allocator that backs every allocation with its own VkDeviceMemory
141 class SimpleAllocator : public Allocator
182 vk::Allocator& allocator,
187 Allocator& allocator,
193 Allocator& allocator,