Searched refs:getBytesAllocated (Results 1 – 3 of 3) sorted by relevance
86 size_t getBytesAllocated() const { in getBytesAllocated() function90 BytesAllocated += Allocators[Idx].getBytesAllocated(); in getBytesAllocated()
295 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() function
171 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()