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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1212 static void malloc_printf(const char *format, ...);
1339 * integer printing functionality, so that malloc_printf() use can be limited to
1401 malloc_printf(const char *format, ...) function
3995 malloc_printf("dirty pages: %zu:%zu active:dirty, %"PRIu64" sweep%s,"
4002 malloc_printf(" allocated nmalloc ndalloc\n");
4003 malloc_printf("small: %12zu %12"PRIu64" %12"PRIu64"\n",
4006 malloc_printf("medium: %12zu %12"PRIu64" %12"PRIu64"\n",
4009 malloc_printf("large: %12zu %12"PRIu64" %12"PRIu64"\n",
4012 malloc_printf("total: %12zu %12"PRIu64" %12"PRIu64"\n",
4018 malloc_printf("mappe
[all...]

Completed in 108 milliseconds