OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stats
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utxface.c
212
* PARAMETERS:
Stats
- Where the statistics are returned
222
ACPI_STATISTICS *
Stats
)
229
if (!
Stats
)
236
Stats
->SciCount = AcpiSciCount;
237
Stats
->GpeCount = AcpiGpeCount;
239
memcpy (
Stats
->FixedEventCount, AcpiFixedEventCount,
244
Stats
->MethodCount = AcpiMethodCount;
/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/tsan/tests/unit/
tsan_mman_test.cc
111
TEST(Mman,
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
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acpixf.h
510
ACPI_STATISTICS *
Stats
))
Completed in 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026