Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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()