OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Stats
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetests.c
83
ACPI_STATISTICS
Stats
;
198
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
...]
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026