Searched refs:large_allocated (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c261 size_t large_allocated; local
351 CTL_M2_GET("stats.arenas.0.large.allocated", i, &large_allocated,
362 "\t\t\t\t\t\"allocated\": %zu,\n", large_allocated);
376 large_allocated, large_nmalloc, large_ndalloc,
381 small_allocated + large_allocated, small_nmalloc +

Completed in 68 milliseconds