Searched refs:currently_allocated (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1039 stats.currently_allocated += map_size;
1040 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
1060 stats.currently_allocated -= h->map_size;
1166 stats.currently_allocated >> 10, stats.max_allocated >> 20);
1224 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:__sanitizer::LargeMmapAllocator::Stats

Completed in 1928 milliseconds