HomeSort by: relevance | last modified time | path
    Searched defs:by_size_log (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_secondary.h 117 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
128 stats.by_size_log[size_log]++;
256 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) {
257 uptr c = stats.by_size_log[i];
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats
sanitizer_allocator_secondary.h 117 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
128 stats.by_size_log[size_log]++;
256 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) {
257 uptr c = stats.by_size_log[i];
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member in struct:LargeMmapAllocator::Stats

Completed in 23 milliseconds