Lines Matching defs:allocate
56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) {
77 return allocate(size, alignment, alloc_scope);
94 void* new_alloc = allocate(size, alignment, alloc_scope);
96 allocation_count--; // allocate() increments this, we we don't want that
97 call_count--; // allocate() also increments this, we don't want that
115 void* addr = allocate(size, alignment, allocationScope);
179 // Test making sure the allocation functions are called to allocate and cleanup everything during
193 // Test making sure the allocation functions are called to allocate and cleanup everything during
211 // Test making sure the allocation functions are called to allocate and cleanup everything during
233 // Test making sure the allocation functions are called to allocate and cleanup everything from
282 // Test making sure the allocation functions are called to allocate and cleanup everything from
331 // Test making sure the allocation functions are called to allocate and cleanup everything from