Lines Matching defs:large
597 /* As with bins, we label the large extents table. */
599 emitter_table_printf(emitter, "large:");
1043 stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large,
1190 /* Small / large / total allocation counts. */
1264 emitter_json_object_kv_begin(emitter, "large");
1265 col_count_title.str_val = "large:";
1267 GET_AND_EMIT_ALLOC_STAT(large, allocated, size)
1268 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64)
1271 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64)
1274 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64)
1277 GET_AND_EMIT_ALLOC_STAT(large, nfills, uint64)
1280 GET_AND_EMIT_ALLOC_STAT(large, nflushes, uint64)
1285 emitter_json_object_end(emitter); /* Close "large". */
1289 /* Aggregated small + large stats are emitter only in table mode. */
1359 if (large) {
1656 emitter_kv(emitter, "nlextents", "Number of large size classes",
1682 bool unmerged, bool bins, bool large, bool mutex, bool extents, bool hpa) {
1817 large, mutex, extents, hpa);
1828 bins, large, mutex, extents, hpa);
1844 large, mutex, extents, hpa);
1909 bins, large, mutex, extents, hpa);