Home
last modified time | relevance | path

Searched refs:malloc_snprintf (Results 1 – 12 of 12) 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/src/
Dtimer.c39 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1); in timer_ratio()
48 n = malloc_snprintf(&buf[i], buflen-i, "."); in timer_ratio()
55 n = malloc_snprintf(&buf[i], buflen-i, in timer_ratio()
/external/jemalloc/test/unit/
Dutil.c168 result = malloc_snprintf(buf, len, __VA_ARGS__); \ in TEST_BEGIN()
200 result = malloc_snprintf(buf, sizeof(buf), __VA_ARGS__); \ in TEST_BEGIN()
Dprof_thread_name.c88 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind); in thd_start()
/external/jemalloc/src/
Dstats.c142 malloc_snprintf(util, sizeof(util), in stats_arena_bins_print()
145 malloc_snprintf(util, sizeof(util), "0.0%zu", in stats_arena_bins_print()
148 malloc_snprintf(util, sizeof(util), "0.%zu", in stats_arena_bins_print()
151 malloc_snprintf(util, sizeof(util), "1"); in stats_arena_bins_print()
Dutil.c598 malloc_snprintf(char *str, size_t size, const char *format, ...) in malloc_snprintf() function
Dprof.c1643 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
1648 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
/external/jemalloc/include/jemalloc/internal/
Dutil.h109 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
Dprivate_symbols.txt333 malloc_snprintf
Dprivate_namespace.h333 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
Dprivate_unnamespace.h333 #undef malloc_snprintf
/external/jemalloc/
DChangeLog561 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by