Lines Matching refs:VkSystemAllocationScope
54 VkSystemAllocationScope alloc_scope;
78 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate()
93 …void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_sco… in reallocate()
129 …void* impl_allocation(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noex… in impl_allocation()
134 …void* impl_reallocation(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope al… in impl_reallocation()
144 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_allocation_notification()
149 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_free()
178 … VkSystemAllocationScope allocationScope) noexcept { in public_allocation()
182 … VkSystemAllocationScope allocationScope) noexcept { in public_reallocation()
190 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_allocation_notification()
194 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_free()