Searched refs:ProfileBufferArray (Results 1 – 1 of 1) sorted by relevance
89 using ProfileBufferArray = Array<ProfileBuffer>; typedef90 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;95 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type101 static ProfileBufferArray *ProfileBuffers = nullptr;365 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()367 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage); in reset()