Home
last modified time | relevance | path

Searched defs:AllocInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_root.h89 struct AllocInfo { struct
94 } allocs[kAllocInfoSize] = {}; argument
98 extern AllocInfo g_allocs; argument
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp732 struct AllocInfo struct
734 VmaAllocation m_Allocation = VK_NULL_HANDLE;
735 VkBuffer m_Buffer = VK_NULL_HANDLE;
759 void AllocInfo::CreateBuffer( in CreateBuffer() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1269 const AllocationInfo *AllocInfo) { in addCallStack()
1446 for (auto *AllocInfo : AllocInfoIter->second) { in readMemprof() local
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6369 struct AllocInfo struct
6375 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; argument