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

  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetests.c 191 ACPI_STATISTICS Stats;
306 Status = AcpiGetStatistics (&Stats);
  /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));
125 stats.n_allocs++;
126 stats.currently_allocated += map_size;
127 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated);
128 stats.by_size_log[size_log]++;
145 stats.n_frees++;
146 stats.currently_allocated -= h->map_size;
252 Printf("Stats: LargeMmapAllocator: allocated %zd times,
320 } stats; member in class:LargeMmapAllocator
    [all...]
sanitizer_allocator_primary64.h 131 region->stats.n_freed += n_chunks;
153 region->stats.n_allocated += n_chunks;
226 static void FillMemoryProfile(uptr start, uptr rss, bool file, uptr *stats,
229 if (stats[class_id] == start)
230 stats[class_id] = rss;
236 uptr in_use = region->stats.n_allocated - region->stats.n_freed;
243 region->mapped_user >> 10, region->stats.n_allocated,
244 region->stats.n_freed, in_use, region->num_freed_chunks, avail_chunks,
266 n_allocated += region->stats.n_allocated
606 Stats stats; local in function:SizeClassAllocator64::ALIGNED
    [all...]

Completed in 12 milliseconds