Searched refs:malloc_snprintf (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | log.h | 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); in log_impl_varargs() 99 dst_offset += malloc_snprintf(buf + dst_offset, in log_impl_varargs()
|
H A D | emitter.h | 95 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 98 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 101 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 155 str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"", in emitter_print_value()
|
H A D | malloc_io.h | 54 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 82 malloc_snprintf(str, 6, "0.00%u", n); in get_rate_str() 84 malloc_snprintf(str, 6, "0.0%u", n); in get_rate_str() 86 malloc_snprintf(str, 6, "0.%u", n); in get_rate_str() 88 malloc_snprintf(str, 6, "1"); in get_rate_str() 98 malloc_snprintf(str, buf_len, "stats.%s.%s.%s", prefix, mutex, counter); in gen_mutex_ctl_str() 417 malloc_snprintf(util, sizeof(util), "1"); in stats_arena_bins_print() 425 malloc_snprintf(util, sizeof(util), " race"); in stats_arena_bins_print() 1378 malloc_snprintf(arena_ind_str, in stats_print_helper()
|
H A D | malloc_io.c | 625 malloc_snprintf(char *str, size_t size, const char *format, ...) { in malloc_snprintf() function
|
H A D | prof.c | 1999 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename() 2004 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename() 2531 malloc_snprintf(log_filename, buf_size, "%s.%d.%"FMTu64".json", in prof_log_start() 2619 malloc_snprintf(buf, buf_sz, "%p", bt_node->bt.vec[i]); in prof_log_emit_traces()
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 246 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1071 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by
|