Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp168 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h290 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() function