Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp88 using ProfileBufferArray = Array<ProfileBuffer>; typedef
89 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;
94 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type
100 static ProfileBufferArray *ProfileBuffers = nullptr;
364 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()
366 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage); in reset()