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.cpp31 static LowLevelAllocator allocator_for_thread_context; variable
35 return new (allocator_for_thread_context) ThreadContext(tid); in CreateThreadContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp41 static LowLevelAllocator allocator_for_thread_context; variable
45 return new (allocator_for_thread_context) MemprofThreadContext(tid); in GetMemprofThreadContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp49 static LowLevelAllocator allocator_for_thread_context; variable
53 return new (allocator_for_thread_context) AsanThreadContext(tid); in GetAsanThreadContext()