Searched refs:BytesAllocated (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAllocator.cpp20 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, argument
23 << "Bytes used: " << BytesAllocated << '\n'
25 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h43 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
90 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
93 Old.BytesAllocated = 0;
109 BytesAllocated = RHS.BytesAllocated;
116 RHS.BytesAllocated = 0;
133 BytesAllocated = 0;
146 BytesAllocated += Size;
283 size_t getBytesAllocated() const { return BytesAllocated; }
312 size_t BytesAllocated = 0; member in class:llvm::BumpPtrAllocatorImpl
[all...]

Completed in 327 milliseconds