Home
last modified time | relevance | path

Searched refs:malloc_vsnprintf (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/jemalloc/src/
H A Dsafety_check.c15 malloc_vsnprintf(buf, MALLOC_PRINTF_BUFSIZE, format, ap); in safety_check_fail()
H A Dmalloc_io.c341 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) { in malloc_vsnprintf() function
630 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf()
651 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
H A Dprof.c1319 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf()
1681 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps()
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h97 dst_offset += malloc_vsnprintf(buf + dst_offset, in log_impl_varargs()
H A Dmalloc_io.h52 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
H A Dprivate_namespace.h