Searched refs:AddAllocation (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/profiler/ |
| D | allocation-tracker.cc | 50 void AllocationTraceNode::AddAllocation(unsigned size) { in AddAllocation() function in v8::internal::AllocationTraceNode 228 top_node->AddAllocation(size); in AllocationEvent()
|
| D | allocation-tracker.h | 37 void AddAllocation(unsigned size);
|
| /third_party/node/deps/v8/src/heap/ |
| D | gc-tracer.h | 289 void AddAllocation(double current_ms);
|
| D | gc-tracer.cc | 382 AddAllocation(current_.end_time); in UpdateStatistics() 616 void GCTracer::AddAllocation(double current_ms) { in AddAllocation() function in v8::internal::GCTracer
|
| /third_party/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 …]
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | D3D12MemAlloc.cpp | 2442 void AddAllocation(UINT heapTypeIndex, UINT64 allocationSize) in AddAllocation() function 3736 m_hAllocator->m_Budget.AddAllocation(HeapTypeToIndex(m_HeapType), size); in AllocateFromBlock() 4549 m_Budget.AddAllocation(heapTypeIndex, resAllocInfo.SizeInBytes); in AllocateCommittedResource() 4600 m_Budget.AddAllocation(heapTypeIndex, allocInfo.SizeInBytes); in AllocateHeap()
|