reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
525 thread_stats.malloced += size;
projects/compiler-rt/lib/asan/asan_stats.cpp44 malloced>>20, malloced_redzones>>20, mallocs); 96 if (max_malloced_memory < stats->malloced) { 97 max_malloced_memory = stats->malloced; 111 malloc_stats->size_in_use = stats.malloced; 141 uptr malloced = stats.malloced; 160 uptr total_used = stats.malloced