Searched refs:NBytes (Results 1 – 3 of 3) sorted by relevance
265 void* allocateMassive(size_t NBytes) { in allocateMassive() argument266 NBytes += sizeof(BlockMeta); in allocateMassive()267 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive()
1038 unsigned NBytes = sizeof(T) * N; in slabAllocate() local1039 if (NBytes > NumInlineBytes - NumInlineBytesUsed) in slabAllocate()1045 NumInlineBytesUsed += NBytes; in slabAllocate()
9266 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() local9273 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) { in VisitBuiltinCallExpr()9285 SrcOffset - DestOffset < NBytes) { in VisitBuiltinCallExpr()