Home
last modified time | relevance | path

Searched refs:origAllocPtr (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2969 uint64_t origAllocPtr = 0; in DestroyAllocation() local
2971 if(StrRangeToPtr(csvSplit.GetRange(FIRST_PARAM_INDEX), origAllocPtr)) in DestroyAllocation()
2973 if(origAllocPtr != 0) in DestroyAllocation()
2975 const auto it = m_Allocations.find(origAllocPtr); in DestroyAllocation()
2986 printf("Line %zu: Allocation %llX not found.\n", lineNumber, origAllocPtr); in DestroyAllocation()
3116 const uint64_t origAllocPtr = origAllocPtrs[i]; in ExecuteFreeMemoryPages() local
3117 if(origAllocPtr != 0) in ExecuteFreeMemoryPages()
3119 const auto it = m_Allocations.find(origAllocPtr); in ExecuteFreeMemoryPages()
3130 … printf("Line %zu: Allocation %llX not found.\n", lineNumber, origAllocPtr); in ExecuteFreeMemoryPages()