Home
last modified time | relevance | path

Searched refs:StackAllocator (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h487 typename Stack::AllocatorType StackAllocator( in deepCopyInto()
489 Stack DFSStack(StackAllocator); in deepCopyInto()
545 typename Stack::AllocatorType StackAllocator( in mergeInto()
547 Stack DFSStack(StackAllocator); in mergeInto()
H A Dxray_profile_collector.cpp167 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() typedef
168 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); in populateRecords()