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.h1058 stats.currently_allocated += map_size; in Allocate()
1059 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated); in Allocate()
1089 stats.currently_allocated -= h->map_size; in Deallocate()
1195 stats.currently_allocated >> 10, stats.max_allocated >> 20); in PrintStats()
1253 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member