Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp121 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation() function in EntityPersistentVariable
322 DestroyAllocation(map, err); in Dematerialize()
329 DestroyAllocation(map, err); in Dematerialize()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp1244 static void DestroyAllocation(const AllocInfo& allocation) in DestroyAllocation() function
1255 DestroyAllocation(allocations[i]); in DestroyAllAllocations()
1426 DestroyAllocation(allocations[i]); in TestDefragmentationSimple()
1454 DestroyAllocation(allocations[i]); in TestDefragmentationSimple()
1495 DestroyAllocation(allocations[indexToDelete]); in TestDefragmentationSimple()
1535 DestroyAllocation(allocInfo[0]); in TestDefragmentationSimple()
1543 DestroyAllocation(allocInfo[1]); in TestDefragmentationSimple()
1591 DestroyAllocation(allocations[i]); in TestDefragmentationWholePool()
1654 DestroyAllocation(allocations[index]); in TestDefragmentationFull()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1675 …Split) { m_Stats.RegisterFunctionCall(VMA_FUNCTION::DestroyBuffer); DestroyAllocation(lineNumber, … in ExecuteDestroyBuffer()
1677 …vSplit) { m_Stats.RegisterFunctionCall(VMA_FUNCTION::DestroyImage); DestroyAllocation(lineNumber, … in ExecuteDestroyImage()
1678 …csvSplit) { m_Stats.RegisterFunctionCall(VMA_FUNCTION::FreeMemory); DestroyAllocation(lineNumber, … in ExecuteFreeMemory()
1696 void DestroyAllocation(size_t lineNumber, const CsvSplit& csvSplit, const char* functionName);
2965 void Player::DestroyAllocation(size_t lineNumber, const CsvSplit& csvSplit, const char* functionNam… in DestroyAllocation() function in Player