Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp99 static ProfileBufferArrayAllocator *ProfileBuffersAllocator = nullptr; variable
361 ProfileBuffersAllocator = reinterpret_cast<ProfileBufferArrayAllocator *>( in reset()
364 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()