Home
last modified time | relevance | path

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

/src/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.h103 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt()
106 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt()
109 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt()
166 str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"", in emitter_print_value()
H A Dmalloc_io.h57 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
/src/contrib/jemalloc/src/
H A Dfxp.c116 size_t printed = malloc_snprintf(buf, FXP_BUF_SIZE, "%"FMTu32".", in fxp_print()
122 malloc_snprintf(&buf[printed], FXP_BUF_SIZE - printed, "%"FMTu64, in fxp_print()
H A Dprof_sys.c568 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
573 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
583 malloc_snprintf(filename, PROF_DUMP_FILENAME_LEN, in prof_get_default_filename()
H A Dstats.c96 malloc_snprintf(str, 6, "0.00%u", n); in get_rate_str()
98 malloc_snprintf(str, 6, "0.0%u", n); in get_rate_str()
100 malloc_snprintf(str, 6, "0.%u", n); in get_rate_str()
102 malloc_snprintf(str, 6, "1"); in get_rate_str()
500 malloc_snprintf(util, sizeof(util), "1"); in stats_arena_bins_print()
508 malloc_snprintf(util, sizeof(util), " race"); in stats_arena_bins_print()
1837 malloc_snprintf(arena_ind_str, in stats_print_helper()
H A Dmalloc_io.c648 malloc_snprintf(char *str, size_t size, const char *format, ...) { in malloc_snprintf() function
H A Dprof_log.c531 malloc_snprintf(buf, buf_sz, "%p", bt_node->bt.vec[i]); in prof_log_emit_traces()
H A Dprof_recent.c480 malloc_snprintf(bt_buf, sizeof(bt_buf), "%p", bt->vec[i]); in prof_recent_alloc_dump_bt()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h373 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
/src/contrib/jemalloc/
H A DChangeLog1171 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by