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

  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 681 malloc_printf(const char *format, ...) { function
  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 660 malloc_printf(const char *format, ...) { function
  /src/lib/libc/stdlib/
jemalloc.c 827 static void malloc_printf(const char *format, ...);
951 malloc_printf(const char *format, ...) function
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...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 223 #define malloc_printf JEMALLOC_N(malloc_printf) macro
private_namespace.h 223 #define malloc_printf JEMALLOC_N(malloc_printf) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 223 #define malloc_printf JEMALLOC_N(malloc_printf) macro
private_namespace.h 223 #define malloc_printf JEMALLOC_N(malloc_printf) macro

Completed in 57 milliseconds