Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h491 typename Stack::AllocatorType StackAllocator( in deepCopyInto()
493 Stack DFSStack(StackAllocator); in deepCopyInto()
549 typename Stack::AllocatorType StackAllocator( in mergeInto()
551 Stack DFSStack(StackAllocator); in mergeInto()
H A Dxray_profile_collector.cpp170 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() typedef
171 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); in populateRecords()