Searched refs:outstanding_bytes (Results 1 – 4 of 4) sorted by relevance
39 int64_t outstanding_bytes) { in UpdateOutstandingData() argument40 outstanding_bytes_ = outstanding_bytes; in UpdateOutstandingData()
32 void UpdateOutstandingData(int64_t outstanding_bytes);
85 static size_t outstanding_bytes; member98 outstanding_bytes = 0; in reset()104 size_t malloc_allocator_base::outstanding_bytes = 0;125 outstanding_bytes += nbytes; in allocate()133 outstanding_bytes -= nbytes; in deallocate()
39 malloc_allocator_base::outstanding_bytes); in print()54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;