Searched refs:malloc_snprintf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/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 | 123 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 126 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 129 written = malloc_snprintf(out_fmt, out_size, in emitter_gen_fmt() 181 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, ...)
|
| H A D | private_namespace.h | 222 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | stats.c | 68 malloc_snprintf(str, 6, "0.00%u", n); in get_rate_str() 70 malloc_snprintf(str, 6, "0.0%u", n); in get_rate_str() 72 malloc_snprintf(str, 6, "0.%u", n); in get_rate_str() 74 malloc_snprintf(str, 6, "1"); in get_rate_str() 84 malloc_snprintf(str, buf_len, "stats.%s.%s.%s", prefix, mutex, counter); in gen_mutex_ctl_str() 366 malloc_snprintf(util, sizeof(util), "1"); in stats_arena_bins_print() 374 malloc_snprintf(util, sizeof(util), " race"); in stats_arena_bins_print() 1207 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 | 1728 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename() 1733 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 935 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by
|