Searched refs:currently_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.h126 stats.currently_allocated += map_size;
127 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
146 stats.currently_allocated -= h->map_size;
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.h122 stats.currently_allocated += map_size;
123 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
142 stats.currently_allocated -= h->map_size;
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.h125 stats.currently_allocated += map_size;
126 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
145 stats.currently_allocated -= h->map_size;
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 138 milliseconds