Searched refs:MemoryPoolBlock (Results 1 – 2 of 2) sorted by relevance
89 union MemoryPoolBlock { union92 ~MemoryPoolBlock() = delete;106 MemoryPoolBlock *blocks();110 typename std::aligned_storage<sizeof(MemoryPoolBlock),111 alignof(MemoryPoolBlock)>::type mBlocks[kSize];
56 size_t blockIndex = (elementAddress - baseAddress) / sizeof(MemoryPoolBlock); in deallocate()70 typename MemoryPool<ElementType, kSize>::MemoryPoolBlock *72 return reinterpret_cast<MemoryPoolBlock *>(mBlocks); in blocks()