Searched defs:peak_bytes_in_use (Results 1 – 10 of 10) sorted by relevance
35 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats()258 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local285 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local
73 int64_t peak_bytes_in_use; // The peak bytes in use. member
34 uint64_t peak_bytes_in_use = 0LL; member64 int64_t peak_bytes_in_use = stat->peak_bytes_in_use; in AddTraceMeInternal() local
32 int64_t peak_bytes_in_use; // The peak bytes in use. member
11 int64 peak_bytes_in_use = 3; field
32 int64 peak_bytes_in_use = 5; field
111 int64_t peak_bytes_in_use; member
46 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats()
85 int64_t peak_bytes_in_use; member
1076 inline ::int64_t MemAllocatorStats::peak_bytes_in_use() const { in peak_bytes_in_use() function