Searched refs:AddAllocation (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker.h | 76 void AddAllocation(
|
D | heap_profile_tracker.cc | 266 void HeapProfileTracker::AddAllocation( in AddAllocation() function in perfetto::trace_processor::HeapProfileTracker 388 AddAllocation(seq_id, sequence_stack_profile_tracker, p, intern_lookup); in CommitAllocations()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.h | 123 void AddAllocation(Allocator* allocator,
|
D | step_stats_collector.cc | 151 AddAllocation(allocator_pair.first, allocator_pair.second); in SetMemory() 168 void NodeExecStatsWrapper::AddAllocation( in AddAllocation() function in tensorflow::NodeExecStatsWrapper
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7039 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0; 7085 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 7214 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function 7385 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 7642 void AddAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in AddAllocation() function 12891 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocatePage() 13094 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocateFromBlock() 13783 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 14456 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 14500 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 6008 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0; 6053 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 6180 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function 6353 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 12512 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 13165 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 13207 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin() 13349 pBlockVectorDefragCtx->AddAllocation(hAlloc, pChanged); in AddAllocations()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4372 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 7117 void VmaDefragmentator::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 8046 pDefragmentator->AddAllocation(hAlloc, pChanged); in Defragment()
|