Lines Matching refs:MemprofStats
23 MemprofStats::MemprofStats() { Clear(); } in MemprofStats() function in __memprof::MemprofStats
25 void MemprofStats::Clear() { in Clear()
27 return (void)REAL(memset)(this, 0, sizeof(MemprofStats)); in Clear()
28 internal_memset(this, 0, sizeof(MemprofStats)); in Clear()
42 void MemprofStats::Print() { in Print()
57 void MemprofStats::MergeFrom(const MemprofStats *stats) { in MergeFrom()
67 static MemprofStats unknown_thread_stats(LINKER_INITIALIZED);
68 static MemprofStats dead_threads_stats(LINKER_INITIALIZED);
75 MemprofStats *accumulated_stats = reinterpret_cast<MemprofStats *>(arg); in MergeThreadStats()
81 static void GetAccumulatedStats(MemprofStats *stats) { in GetAccumulatedStats()
101 void FlushToDeadThreadStats(MemprofStats *stats) { in FlushToDeadThreadStats()
107 MemprofStats &GetCurrentThreadStats() { in GetCurrentThreadStats()
113 MemprofStats stats; in PrintAccumulatedStats()
130 MemprofStats stats; in __sanitizer_get_current_allocated_bytes()
140 MemprofStats stats; in __sanitizer_get_heap_size()
146 MemprofStats stats; in __sanitizer_get_free_bytes()