Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc89 using ProfileBufferArray = Array<ProfileBuffer>; typedef
90 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;
95 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type
101 static ProfileBufferArray *ProfileBuffers = nullptr;
365 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()
367 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage); in reset()