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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c460 unsigned uv; local
560 if (je_mallctl("opt."#n, (void *)&uv, &usz, NULL, 0) == 0) { \
563 "\t\t\t\""#n"\": %u%s\n", uv, (c)); \
566 " opt."#n": %u\n", uv); \
654 CTL_GET("arenas.narenas", &uv, unsigned);
657 "\t\t\t\"narenas\": %u,\n", uv);
659 malloc_cprintf(write_cb, cbopaque, "Arenas: %u\n", uv);
703 CTL_GET("arenas.nhbins", &uv, unsigned);
705 "\t\t\t\"nhbins\": %u,\n", uv);

Completed in 24 milliseconds