Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dlog.h97 dst_offset += malloc_vsnprintf(buf + dst_offset, in log_impl_varargs()
H A Dmalloc_io.h52 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c327 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) { in malloc_vsnprintf() function
616 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf()
638 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
H A Dprof.c1048 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf()
1410 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps()