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

  /src/lib/libc/stdlib/
jemalloc.c 829 static char *size_t2s(size_t x, char *s);
965 * cause unnecessary bloat for static binaries. size_t2s() provides minimal
971 size_t2s(size_t x, char *s) function in typeref:typename:char *
3158 _malloc_message("CPUs: ", size_t2s(ncpus, s), "\n", "");
3159 _malloc_message("Pointer size: ", size_t2s(sizeof(void *), s),
3161 _malloc_message("Quantum size: ", size_t2s(quantum, s), "\n", "");
3162 _malloc_message("Max small size: ", size_t2s(small_max, s), "\n",
3165 _malloc_message("Chunk size: ", size_t2s(chunksize, s), "", "");
3166 _malloc_message(" (2^", size_t2s((size_t)opt_chunk_2pow, s),

Completed in 13 milliseconds