Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc90 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType; typedef
97 static typename std::aligned_storage<sizeof(ProfileBufferArrayAllocator)>::type
100 static ProfileBufferArrayAllocator *ProfileBuffersAllocator = nullptr;
361 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max); in reset()
362 ProfileBuffersAllocator = reinterpret_cast<ProfileBufferArrayAllocator *>( in reset()