Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp30 static LowLevelAllocator allocator_for_thread_context; variable
34 return new (allocator_for_thread_context) ThreadContext(tid); in CreateThreadContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp44 static LowLevelAllocator allocator_for_thread_context; variable
48 return new (allocator_for_thread_context) MemprofThreadContext(tid); in GetMemprofThreadContext()