Home
last modified time | relevance | path

Searched refs:getBytesAllocated (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/ !
H A DPerThreadBumpPtrAllocator.h86 size_t getBytesAllocated() const { in getBytesAllocated() function
90 BytesAllocated += Allocators[Idx].getBytesAllocated(); in getBytesAllocated()
H A DAllocator.h295 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() function
/src/contrib/llvm-project/lldb/source/Utility/ !
H A DConstString.cpp171 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()