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()
290 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() function
168 stats.bytes_used += alloc.getBytesAllocated(); in GetMemoryStats()