Searched refs:malloc_vsnprintf (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | malloc_io.c | 327 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 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()
|
/aosp_15_r20/external/jemalloc_new/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 | 228 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
|
H A D | private_namespace_jet.h | 231 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 46338 - dst_offset += malloc_vsnprintf(buf + dst_offset, 46414 - * malloc_vsnprintf() supports a subset of snprintf(3) that avoids floating 46417 -size_t malloc_vsnprintf(char *str, size_t size, const char *format, 80892 -malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap) { 81205 - ret = malloc_vsnprintf(str, size, format, ap); 81226 - malloc_vsnprintf(buf, sizeof(buf), format, ap); 85136 - malloc_vsnprintf(buf, sizeof(buf), format, ap); 87846 - malloc_vsnprintf(buf, sizeof(buf), format, ap); 87899 - malloc_vsnprintf(filename, sizeof(filename), format, ap); 88826 - malloc_vsnprintf(buf, MALLOC_PRINTF_BUFSIZE, format, ap);
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 71204 …loc,[email protected],Fix -Wunreachable-code warning in malloc_vsnprintf().
|