reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
198 Block = TSD->Cache.allocate(ClassId); 203 Block = Secondary.allocate(NeededSize, Alignment, &BlockEnd); 206 if (UNLIKELY(!Block)) { 216 memset(Block, 0, PrimaryT::getSizeByClassId(ClassId)); 219 uptr UserPtr = reinterpret_cast<uptr>(Block) + Chunk::getHeaderSize(); 228 reinterpret_cast<u32 *>(Block)[0] = BlockMarker; 229 reinterpret_cast<u32 *>(Block)[1] = static_cast<u32>(Offset);