Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc24 static LowLevelAllocator tctx_allocator; variable
29 return new(tctx_allocator) TCTX(tid); in GetThreadContext()