Searched refs:LocalStats (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstats.h29 // LocalStats::add'ing, this is OK, we will still get a meaningful number.
30 class LocalStats { class in namespace:scudo
51 LocalStats *Next = nullptr;
52 LocalStats *Prev = nullptr;
59 class GlobalStats : public LocalStats {
61 void init() { LocalStats::init(); }
63 void link(LocalStats *S) {
68 void unlink(LocalStats *S) {
78 S[I] = LocalStats::get(static_cast<StatType>(I));
96 DoublyLinkedList<LocalStats> StatsLis
[all...]
H A Dlocal_cache.h166 LocalStats &getStats() { return Stats; }
179 LocalStats Stats;
H A Dsecondary.h482 LocalStats Stats;
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp13 TEST(ScudoStatsTest, LocalStats) {
14 scudo::LocalStats LStats;
33 scudo::LocalStats LStats;

Completed in 68 milliseconds