Home
last modified time | relevance | path

Searched refs:malloc_snprintf (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h96 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 Demitter.h95 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 Dmalloc_io.h54 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
/freebsd/contrib/jemalloc/src/
H A Dstats.c82 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 Dmalloc_io.c625 malloc_snprintf(char *str, size_t size, const char *format, ...) { in malloc_snprintf() function
H A Dprof.c1999 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 Dprivate_namespace.h246 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
/freebsd/contrib/jemalloc/
H A DChangeLog1071 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by