Lines Matching refs:AlignedNextBlock
175 unsigned char *AlignedNextBlock = nullptr; member
190 AlignedNextBlock = BackingStore; in Alloc()
195 reinterpret_cast<uintptr_t>(AlignedNextBlock), kCacheLineSize); in Alloc()
198 AlignedNextBlock = BackingStore = nullptr; in Alloc()
205 AlignedNextBlock = reinterpret_cast<unsigned char *>(AlignedNextBlockNum); in Alloc()
208 DCHECK_EQ(reinterpret_cast<uintptr_t>(AlignedNextBlock) % kCacheLineSize, in Alloc()
217 void *Result = AlignedNextBlock; in Alloc()
218 AlignedNextBlock = in Alloc()
219 reinterpret_cast<unsigned char *>(AlignedNextBlock) + Block::Size; in Alloc()
228 AlignedNextBlock(nullptr), in Allocator()
236 AlignedNextBlock(reinterpret_cast<unsigned char *>(P)), in Allocator()
251 AlignedNextBlock = O.AlignedNextBlock; in Allocator()
252 O.AlignedNextBlock = nullptr; in Allocator()
268 AlignedNextBlock = O.AlignedNextBlock;
269 O.AlignedNextBlock = nullptr;