Searched refs:ProfileBufferArray (Results 1 – 1 of 1) sorted by relevance
88 using ProfileBufferArray = Array<ProfileBuffer>; typedef89 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;94 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type100 static ProfileBufferArray *ProfileBuffers = nullptr;364 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()366 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage); in reset()