Searched refs:malloc_vsnprintf (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | util.c | 310 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) in malloc_vsnprintf() function 597 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf() 620 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
|
| H A D | prof.c | 1027 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf() 1370 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps()
|
| /redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ |
| H A D | util.h | 151 int malloc_vsnprintf(char *str, size_t size, const char *format,
|
| H A D | private_symbols.txt | 308 malloc_vsnprintf
|