Searched refs:malloc_vsnprintf (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/jemalloc/src/ |
H A D | safety_check.c | 15 malloc_vsnprintf(buf, MALLOC_PRINTF_BUFSIZE, format, ap); in safety_check_fail()
|
H A D | malloc_io.c | 341 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 D | prof.c | 1319 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 D | log.h | 97 dst_offset += malloc_vsnprintf(buf + dst_offset, in log_impl_varargs()
|
H A D | malloc_io.h | 52 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
|
H A D | private_namespace.h |
|