Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp57 alignas(64) static char allocator_placeholder[sizeof(Allocator)]; variable
59 return reinterpret_cast<Allocator*>(&allocator_placeholder); in allocator()