Searched refs:malloc_vsnprintf (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | safety_check.c | 27 malloc_vsnprintf(buf, MALLOC_PRINTF_BUFSIZE, format, ap); in safety_check_fail()
|
| H A D | malloc_io.c | 340 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 D | prof_sys.c | 380 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 D | prof_data.c | 515 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf()
|
| /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 | 55 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | private_namespace.h | 376 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
|