Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/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()
/aosp_15_r20/external/jemalloc_new/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,
H A Dprivate_namespace.h228 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
H A Dprivate_namespace_jet.h231 #define malloc_vsnprintf JEMALLOC_N(malloc_vsnprintf) macro
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46338 - 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 Dcommit.csv71204 …loc,[email protected],Fix -Wunreachable-code warning in malloc_vsnprintf().