Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc61 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); variable
63 return reinterpret_cast<Allocator*>(&allocator_placeholder); in allocator()