Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp89 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType; typedef
96 static typename std::aligned_storage<sizeof(ProfileBufferArrayAllocator)>::type
99 static ProfileBufferArrayAllocator *ProfileBuffersAllocator = nullptr;
360 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max); in reset()
361 ProfileBuffersAllocator = reinterpret_cast<ProfileBufferArrayAllocator *>( in reset()