Home
last modified time | relevance | path

Searched refs:malloc_snprintf (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/test/include/test/
Dtest.h9 malloc_snprintf(prefix, sizeof(prefix), \
15 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \
219 malloc_snprintf(prefix, sizeof(prefix), \
225 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \
235 malloc_snprintf(prefix, sizeof(prefix), \
241 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \
252 malloc_snprintf(prefix, sizeof(prefix), \
257 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \
265 malloc_snprintf(prefix, sizeof(prefix), \
270 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \
[all …]
/external/jemalloc/test/unit/
Dutil.c145 result = malloc_snprintf(buf, len, __VA_ARGS__); \ in TEST_BEGIN()
177 result = malloc_snprintf(buf, sizeof(buf), __VA_ARGS__); \ in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dutil.h98 int malloc_snprintf(char *str, size_t size, const char *format, ...)
Dprivate_symbols.txt246 malloc_snprintf
Dprivate_namespace.h246 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
Dprivate_unnamespace.h246 #undef malloc_snprintf
/external/jemalloc/src/
Dprof.c970 malloc_snprintf(filename, sizeof(filename), "/proc/curproc/map"); in prof_dump_maps()
972 malloc_snprintf(filename, sizeof(filename), "/proc/%d/maps", in prof_dump_maps()
1103 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
1108 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
Dutil.c591 malloc_snprintf(char *str, size_t size, const char *format, ...) in malloc_snprintf() function
/external/jemalloc/
DChangeLog101 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by