Searched refs:malloc_snprintf (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name);
99 dst_offset += malloc_snprintf(buf + dst_offset,
H A Demitter.h123 written = malloc_snprintf(out_fmt, out_size,
126 written = malloc_snprintf(out_fmt, out_size,
129 written = malloc_snprintf(out_fmt, out_size,
181 str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"",
H A Dmalloc_io.h54 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
H A Dprivate_namespace.h222 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
/freebsd-12-stable/contrib/jemalloc/src/
H A Dstats.c68 malloc_snprintf(str, 6, "0.00%u", n);
70 malloc_snprintf(str, 6, "0.0%u", n);
72 malloc_snprintf(str, 6, "0.%u", n);
74 malloc_snprintf(str, 6, "1");
84 malloc_snprintf(str, buf_len, "stats.%s.%s.%s", prefix, mutex, counter);
366 malloc_snprintf(util, sizeof(util), "1");
374 malloc_snprintf(util, sizeof(util), " race");
1207 malloc_snprintf(arena_ind_str,
H A Dmalloc_io.c625 malloc_snprintf(char *str, size_t size, const char *format, ...) { function
H A Dprof.c1728 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE,
1733 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE,

Completed in 180 milliseconds