Searched refs:getBytesAllocated (Results 1 – 4 of 4) sorted by relevance
86 size_t getBytesAllocated() const { in getBytesAllocated() function90 BytesAllocated += Allocators[Idx].getBytesAllocated(); in getBytesAllocated()
298 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() function
171 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()
127 OS << "Bytes allocated = " << Allocator.getBytesAllocated() << '\n'; in dumpAllocationStats()