Searched refs:malloc_snprintf (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc/test/include/test/ |
D | test.h | 9 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/ |
D | util.c | 145 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/ |
D | util.h | 98 int malloc_snprintf(char *str, size_t size, const char *format, ...)
|
D | private_symbols.txt | 246 malloc_snprintf
|
D | private_namespace.h | 246 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
|
D | private_unnamespace.h | 246 #undef malloc_snprintf
|
/external/jemalloc/src/ |
D | prof.c | 970 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()
|
D | util.c | 591 malloc_snprintf(char *str, size_t size, const char *format, ...) in malloc_snprintf() function
|
/external/jemalloc/ |
D | ChangeLog | 101 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by
|