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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc89 using ProfileBufferArray = Array<ProfileBuffer>;
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); variable
367 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage);

Completed in 97 milliseconds