Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1082 stats.currently_allocated += map_size; in Allocate()
1083 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated); in Allocate()
1113 stats.currently_allocated -= h->map_size; in Deallocate()
1219 stats.currently_allocated >> 10, stats.max_allocated >> 20); in PrintStats()
1277 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member