Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dsafety_check.c27 malloc_vsnprintf(buf, MALLOC_PRINTF_BUFSIZE, format, ap); in safety_check_fail()
H A Dmalloc_io.c340 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) { in malloc_vsnprintf() function
653 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf()
674 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
H A Dprof_sys.c380 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_check_possible_error()
433 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps_internal()
H A Dprof_data.c515 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf()
/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.h55 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h376 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro