Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A Dalloc_info.h5 struct AllocInfo { struct
6 pid_t pid;
7 char free;
8 char filename[60];
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h91 struct AllocInfo { struct
96 } allocs[kAllocInfoSize] = {}; argument
100 extern AllocInfo g_allocs; argument
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1269 const AllocationInfo *AllocInfo) { in addCallStack()
1446 for (auto *AllocInfo : AllocInfoIter->second) { in readMemprof() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h6369 struct AllocInfo struct
6375 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; argument