reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
212 if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory) 219 reinterpret_cast<unsigned char *>(AlignedNextBlock) + Block::Size; 277 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; }projects/compiler-rt/lib/xray/xray_segmented_array.h
252 auto SegmentBlock = Alloc->Allocate();