Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp171 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()