Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h492 typename Stack::AllocatorType StackAllocator( in deepCopyInto()
494 Stack DFSStack(StackAllocator); in deepCopyInto()
550 typename Stack::AllocatorType StackAllocator( in mergeInto()
552 Stack DFSStack(StackAllocator); in mergeInto()
H A Dxray_profile_collector.cc171 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() typedef
172 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); in populateRecords()