Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp52 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); variable
54 return reinterpret_cast<Allocator*>(&allocator_placeholder); in allocator()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp52 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); variable
54 return reinterpret_cast<Allocator*>(&allocator_placeholder); in allocator()