Searched refs:malloc_vsnprintf (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | util_externs.h | 15 size_t malloc_vsnprintf(char *str, size_t size, const char *format,
|
| A D | private_symbols.txt | 291 malloc_vsnprintf
|
| A D | private_namespace.h | 291 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
|
| A D | private_unnamespace.h | 291 #undef malloc_vsnprintf
|
| /third_party/ulib/jemalloc/src/ |
| A D | util.c | 314 malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) in malloc_vsnprintf() function 599 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf() 622 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf()
|
| A D | prof.c | 1026 malloc_vsnprintf(buf, sizeof(buf), format, ap); in prof_dump_printf() 1399 malloc_vsnprintf(filename, sizeof(filename), format, ap); in prof_open_maps()
|
Completed in 14 milliseconds