Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc24 static LowLevelAllocator tctx_allocator; variable
29 return new(tctx_allocator) TCTX(tid); in GetThreadContext()