Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h76 void AddAllocation(
Dheap_profile_tracker.cc266 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/
Dstep_stats_collector.h123 void AddAllocation(Allocator* allocator,
Dstep_stats_collector.cc151 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/
Dvk_mem_alloc.h7039 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/
Dvk_mem_alloc.h6008 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/
Dvk_mem_alloc.h4372 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged);
7117 void VmaDefragmentator::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function
8046 pDefragmentator->AddAllocation(hAlloc, pChanged); in Defragment()