Searched refs:NBytes (Results 1 – 8 of 8) sorted by relevance
27 const size_t NBytes = State.range(0); in BM_malloc_free() local31 void *Ptr = Allocator->allocate(NBytes, scudo::Chunk::Origin::Malloc); in BM_malloc_free()33 for (size_t I = 0; I < NBytes; I += PageSize) in BM_malloc_free()39 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NBytes)); in BM_malloc_free()
34 const size_t NBytes = State.range(0); in BM_malloc_free() local38 void *Ptr = Allocator->allocate(NBytes, scudo::Chunk::Origin::Malloc); in BM_malloc_free()40 for (size_t I = 0; I < NBytes; I += PageSize) in BM_malloc_free()46 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NBytes)); in BM_malloc_free()
264 void* allocateMassive(size_t NBytes) { in allocateMassive() argument265 NBytes += sizeof(BlockMeta); in allocateMassive()266 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive()
268 void* allocateMassive(size_t NBytes) { in allocateMassive() argument269 NBytes += sizeof(BlockMeta); in allocateMassive()270 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive()
267 void* allocateMassive(size_t NBytes) { in allocateMassive() argument268 NBytes += sizeof(BlockMeta); in allocateMassive()269 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive()
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()
1040 unsigned NBytes = sizeof(T) * N; in slabAllocate() local1041 if (NBytes > NumInlineBytes - NumInlineBytesUsed) in slabAllocate()1047 NumInlineBytesUsed += NBytes; in slabAllocate()
9255 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() local9262 if (DestOffset >= SrcOffset && DestOffset - SrcOffset < NBytes) { in VisitBuiltinCallExpr()9274 SrcOffset - DestOffset < NBytes) { in VisitBuiltinCallExpr()