Searched refs:malloc_vsnprintf (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h97 dst_offset += malloc_vsnprintf(buf + dst_offset,
H A Dmalloc_io.h49 * malloc_vsnprintf() supports a subset of snprintf(3) that avoids floating
52 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
H A Dprivate_namespace.h225 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
/freebsd-12-stable/contrib/jemalloc/src/
H A Dmalloc_io.c341 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) { function
630 ret = malloc_vsnprintf(str, size, format, ap);
652 malloc_vsnprintf(buf, sizeof(buf), format, ap);
H A Dprof.c1048 malloc_vsnprintf(buf, sizeof(buf), format, ap);
1410 malloc_vsnprintf(filename, sizeof(filename), format, ap);

Completed in 177 milliseconds