Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h126 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated); in Allocate()
259 stats.currently_allocated >> 10, stats.max_allocated >> 20); in PrintStats()
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member