HomeSort by: relevance | last modified time | path
    Searched defs:malloc_printf (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 827 static void malloc_printf(const char *format, ...);
951 malloc_printf(const char *format, ...) function in typeref:typename:void
966 * integer printing functionality, so that malloc_printf() use can be limited to
1129 malloc_printf(
1132 malloc_printf("small: %12zu %-12s %12llu %12llu\n",
1135 malloc_printf("large: %12zu %-12s %12llu %12llu\n",
1138 malloc_printf("total: %12zu/%-12zu %12llu %12llu\n",
1144 malloc_printf("bins: bin size regs pgs requests newruns"
1154 malloc_printf("[%u..%u]\n",
1158 malloc_printf("[%u]\n", gap_start)
    [all...]

Completed in 12 milliseconds