Home | History | Annotate | Download | only in asan

Lines Matching refs:stats

38   Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
40 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
41 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
42 Printf("Stats: %zuM really freed by %zu calls\n",
44 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
52 Printf("Stats: malloc large: %zu small slow: %zu\n",
59 AsanStats stats;
60 asanThreadRegistry().GetAccumulatedStats(&stats);
63 stats.Print();
65 Printf("Stats: StackDepot: %zd ids; %zdM mapped\n",