Searched refs:StatCount (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp16 for (scudo::uptr I = 0; I < scudo::StatCount; I++)
29 scudo::uptr Counters[scudo::StatCount] = {};
31 for (scudo::uptr I = 0; I < scudo::StatCount; I++)
36 for (scudo::uptr I = 0; I < scudo::StatCount; I++)
39 for (scudo::uptr I = 0; I < scudo::StatCount; I++)
44 for (scudo::uptr I = 0; I < scudo::StatCount; I++)
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstats.h21 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enumerator in enum:scudo::StatType
23 typedef uptr StatCounters[StatCount];
33 for (uptr I = 0; I < StatCount; I++)
55 atomic_uptr StatsArray[StatCount] = {};
71 for (uptr I = 0; I < StatCount; I++)
77 for (uptr I = 0; I < StatCount; I++)
80 for (uptr I = 0; I < StatCount; I++)
84 for (uptr I = 0; I < StatCount; I++)

Completed in 121 milliseconds