Home
last modified time | relevance | path

Searched defs:BytesAllocated (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DAllocator.cpp20 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, in printBumpPtrAllocatorStats()
/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h87 size_t BytesAllocated = 0; in getBytesAllocated() local
H A DAllocator.h324 size_t BytesAllocated = 0; global() variable
[all...]
/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp66 size_t BytesAllocated = 0; member in BumpPtrAllocator
/llvm-project/llvm/unittests/Support/
H A DThreadSafeAllocatorTest.cpp24 std::atomic<unsigned> BytesAllocated = 0; member