Searched defs:AllocInfo (Results 1 – 10 of 10) sorted by relevance
5 struct AllocInfo { struct6 pid_t pid;7 char free;8 char filename[60];
30 struct AllocInfo { struct31 struct SegInfo {39 ExecutorAddr MappingBase;63 virtual void initialize(AllocInfo &AI, argument
91 struct AllocInfo { struct96 } allocs[kAllocInfoSize] = {}; argument100 extern AllocInfo g_allocs; argument
732 struct AllocInfo struct734 VmaAllocation m_Allocation = VK_NULL_HANDLE;735 VkBuffer m_Buffer = VK_NULL_HANDLE;759 void AllocInfo::CreateBuffer( in CreateBuffer() argument
1269 const AllocationInfo *AllocInfo) { in addCallStack()1446 for (auto *AllocInfo : AllocInfoIter->second) { in readMemprof() local
6369 struct AllocInfo struct6375 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; argument