Searched refs:AllocationInfo (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/ |
D | arena_planner.h | 32 struct AllocationInfo; 102 std::vector<AllocationInfo> alloc_queue_;
|
D | arena_planner.cc | 20 struct AllocationInfo { struct 83 alloc_queue_.push_back({node, tensor, AllocationInfo::ALLOC}); in PlanAllocations() 96 alloc_queue_.push_back({node, tensor, AllocationInfo::DEALLOC}); in PlanAllocations() 233 if (alloc_info.type == AllocationInfo::ALLOC) { in CalculateAllocations()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4259 struct AllocationInfo struct 4264 AllocationInfo() : in AllocationInfo() argument 4273 bool operator()(const AllocationInfo& lhs, const AllocationInfo& rhs) const in operator() 4280 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; 4286 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; 7104 m_Allocations(VmaStlAllocator<AllocationInfo>(hAllocator->GetAllocationCallbacks())), in VmaDefragmentator() 7119 AllocationInfo allocInfo; in AddAllocation() 7193 AllocationInfo& allocInfo = pSrcBlockInfo->m_Allocations[srcAllocIndex]; in DefragmentRound() 7310 AllocationInfo& allocInfo = m_Allocations[blockIndex]; in Defragment()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4259 struct AllocationInfo struct 4264 AllocationInfo() : in AllocationInfo() argument 4273 bool operator()(const AllocationInfo& lhs, const AllocationInfo& rhs) const in operator() 4280 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; 4286 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; 7104 m_Allocations(VmaStlAllocator<AllocationInfo>(hAllocator->GetAllocationCallbacks())), in VmaDefragmentator() 7119 AllocationInfo allocInfo; in AddAllocation() 7193 AllocationInfo& allocInfo = pSrcBlockInfo->m_Allocations[srcAllocIndex]; in DefragmentRound() 7310 AllocationInfo& allocInfo = m_Allocations[blockIndex]; in Defragment()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2202 struct AllocationInfo { struct 2206 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument 2213 static AllocationInfo 2293 return AllocationInfo(AllocationNodeInCurrentOrParentContext, in GetAllocationSite() 2316 AllocationInfo AllocI = in getEndPath() 2409 AllocationInfo AllocI = in CFRefLeakReport()
|