Searched refs:outstanding_bytes (Results 1 – 2 of 2) sorted by relevance
86 static size_t outstanding_bytes; member99 outstanding_bytes = 0; in reset()105 size_t malloc_allocator_base::outstanding_bytes = 0;126 outstanding_bytes += nbytes; in allocate()134 outstanding_bytes -= nbytes; in deallocate()
39 malloc_allocator_base::outstanding_bytes); in print()54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;