Searched refs:malloc_vsnprintf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/jemalloc/src/ |
| 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() 652 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
|
| H A D | prof.c | 1048 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf() 1410 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps()
|
| /freebsd-12.1/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 | 225 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
|