class GlobalStats
Defined at line 60 of file ../../third_party/scudo/src/stats.h
Global stats, used for aggregation and querying.
Public Methods
void init ()
Defined at line 62 of file ../../third_party/scudo/src/stats.h
void link (LocalStats * S)
Defined at line 64 of file ../../third_party/scudo/src/stats.h
void unlink (LocalStats * S)
Defined at line 69 of file ../../third_party/scudo/src/stats.h
void get (uptr * S)
Defined at line 76 of file ../../third_party/scudo/src/stats.h
void lock ()
Defined at line 89 of file ../../third_party/scudo/src/stats.h
void unlock ()
Defined at line 90 of file ../../third_party/scudo/src/stats.h
void disable ()
Defined at line 92 of file ../../third_party/scudo/src/stats.h
void enable ()
Defined at line 93 of file ../../third_party/scudo/src/stats.h