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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h127 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
255 stats.currently_allocated >> 10, stats.max_allocated >> 20);
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h123 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
250 stats.currently_allocated >> 10, stats.max_allocated >> 20);
313 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h126 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
259 stats.currently_allocated >> 10, stats.max_allocated >> 20);
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats

Completed in 204 milliseconds