/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker.cc | 62 void HeapProfileTracker::AddAllocation( in AddAllocation() function in perfetto::trace_processor::HeapProfileTracker 189 AddAllocation(seq_id, sequence_stack_profile_tracker, p, intern_lookup); in CommitAllocations()
|
D | heap_profile_tracker.h | 73 void AddAllocation(
|
/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/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1616 …void AddAllocation(size_t lineNumber, uint64_t origPtr, VkResult res, const char* functionName, Al… 1895 void Player::AddAllocation(size_t lineNumber, uint64_t origPtr, VkResult res, const char* functionN… in AddAllocation() function in Player 2932 AddAllocation(lineNumber, origPtr, res, "vmaCreateBuffer", std::move(allocDesc)); in ExecuteCreateBuffer() 3070 AddAllocation(lineNumber, origPtr, res, "vmaCreateImage", std::move(allocDesc)); in ExecuteCreateImage() 3144 … AddAllocation(lineNumber, origPtr, VK_SUCCESS, "vmaCreateLostAllocation", std::move(allocDesc)); in ExecuteCreateLostAllocation() 3196 AddAllocation(lineNumber, origPtr, res, "vmaAllocateMemory", std::move(allocDesc)); in ExecuteAllocateMemory() 3257 … AddAllocation(lineNumber, origPtrs[i], res, "vmaAllocateMemoryPages", std::move(allocDesc)); in ExecuteAllocateMemoryPages() 3338 …AddAllocation(lineNumber, origPtr, res, "vmaAllocateMemory (called as vmaAllocateMemoryForBuffer o… in ExecuteAllocateMemoryForBufferOrImage()
|
/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/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 5963 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) = 0; 6009 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 6138 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation() function 6296 void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged); 6553 void AddAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in AddAllocation() function 12012 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocatePage() 12215 …m_hAllocator->m_Budget.AddAllocation(m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex), … in AllocateFromBlock() 12925 void VmaDefragmentationAlgorithm_Generic::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 13589 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation() function 13633 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()
|