Home
last modified time | relevance | path

Searched refs:allocator_for_thread_context (Results 1 – 3 of 3) 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp51 static LowLevelAllocator allocator_for_thread_context; variable
55 return new (allocator_for_thread_context) AsanThreadContext(tid); in GetAsanThreadContext()