• Home
  • Raw
  • Download

Lines Matching refs:allocationScope

129 …void* impl_allocation(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noex…  in impl_allocation()  argument
131 void* addr = allocate(size, alignment, allocationScope); in impl_allocation()
134 …void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noexcept { in impl_reallocation() argument
136 void* addr = reallocate(pOriginal, size, alignment, allocationScope); in impl_reallocation()
144 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_allocation_notification() argument
149 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_free() argument
178 … VkSystemAllocationScope allocationScope) noexcept { in public_allocation() argument
179 …urn reinterpret_cast<MemoryTracker*>(pUserData)->impl_allocation(size, alignment, allocationScope); in public_allocation()
182 … VkSystemAllocationScope allocationScope) noexcept { in public_reallocation() argument
183 …et_cast<MemoryTracker*>(pUserData)->impl_reallocation(pOriginal, size, alignment, allocationScope); in public_reallocation()
190 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_allocation_notification() argument
191 …Tracker*>(pUserData)->impl_internal_allocation_notification(size, allocationType, allocationScope); in public_internal_allocation_notification()
194 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_free() argument
195 …terpret_cast<MemoryTracker*>(pUserData)->impl_internal_free(size, allocationType, allocationScope); in public_internal_free()