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.c53 n = malloc_snprintf(&buf[i], buflen-i, "%"PRIu64, t0 / t1); in timer_ratio()
62 n = malloc_snprintf(&buf[i], buflen-i, "."); in timer_ratio()
69 n = malloc_snprintf(&buf[i], buflen-i, in timer_ratio()
/external/jemalloc/src/
Dstats.c121 malloc_snprintf(util, sizeof(util), "0.00%zu", in stats_arena_bins_print()
124 malloc_snprintf(util, sizeof(util), "0.0%zu", in stats_arena_bins_print()
127 malloc_snprintf(util, sizeof(util), "0.%zu", in stats_arena_bins_print()
130 malloc_snprintf(util, sizeof(util), "1"); in stats_arena_bins_print()
Dutil.c591 malloc_snprintf(char *str, size_t size, const char *format, ...) in malloc_snprintf() function
Dprof.c1535 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
1540 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE, in prof_dump_filename()
/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()
Dprof_thread_name.c86 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind); in thd_start()
/external/jemalloc/include/jemalloc/internal/
Dutil.h106 int malloc_snprintf(char *str, size_t size, const char *format, ...)
Dprivate_symbols.txt304 malloc_snprintf
Dprivate_namespace.h304 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
Dprivate_unnamespace.h304 #undef malloc_snprintf
/external/jemalloc/
DChangeLog258 - Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by