Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2448 void RemoveAllocation(UINT heapTypeIndex, UINT64 allocationSize) in RemoveAllocation() function
4785 m_Budget.RemoveAllocation(heapTypeIndex, allocationSize); in FreeCommittedMemory()
4797 m_Budget.RemoveAllocation(HeapTypeToIndex(block->GetHeapType()), allocation->GetSize()); in FreePlacedMemory()
4810 m_Budget.RemoveAllocation(heapTypeIndex, allocationSize); in FreeHeapMemory()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7650 void RemoveAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in RemoveAllocation() function
16141 … m_Budget.RemoveAllocation(MemoryTypeIndexToHeapIndex(memTypeIndex), currAlloc->GetSize()); in AllocateDedicatedMemory()
16463 …m_Budget.RemoveAllocation(MemoryTypeIndexToHeapIndex(allocation->GetMemoryTypeIndex()), allocation… in FreeMemory()