Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstats.h30 class LocalStats {
51 LocalStats *Next = nullptr;
52 LocalStats *Prev = nullptr;
59 class GlobalStats : public LocalStats {
61 void init() { LocalStats::init(); } in init()
63 void link(LocalStats *S) { in link()
68 void unlink(LocalStats *S) { in unlink()
78 S[I] = LocalStats::get(static_cast<StatType>(I)); in get()
96 DoublyLinkedList<LocalStats> StatsList;
H A Dlocal_cache.h126 LocalStats &getStats() { return Stats; } in getStats()
139 LocalStats Stats;
H A Dsecondary.h482 LocalStats Stats;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dstats_test.cpp13 TEST(ScudoStatsTest, LocalStats) { in TEST() argument
14 scudo::LocalStats LStats; in TEST()
33 scudo::LocalStats LStats; in TEST()