Searched refs:malloc_snprintf (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/test/src/
H A Dtimer.c40 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1);
49 n = malloc_snprintf(&buf[i], buflen-i, ".");
56 n = malloc_snprintf(&buf[i], buflen-i,
/external/jemalloc/test/include/test/
H A 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(messag
[all...]
/external/jemalloc/test/unit/
H A Dprof_thread_name.c86 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
H A Dutil.c166 result = malloc_snprintf(buf, len, __VA_ARGS__); \
198 result = malloc_snprintf(buf, sizeof(buf), __VA_ARGS__); \
/external/jemalloc/src/
H A Dstats.c121 malloc_snprintf(util, sizeof(util),
124 malloc_snprintf(util, sizeof(util), "0.0%zu",
127 malloc_snprintf(util, sizeof(util), "0.%zu",
130 malloc_snprintf(util, sizeof(util), "1");
H A Dutil.c600 malloc_snprintf(char *str, size_t size, const char *format, ...) function
H A Dprof.c1571 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE,
1576 malloc_snprintf(filename, DUMP_FILENAME_BUFSIZE,
/external/jemalloc/include/jemalloc/internal/
H A Dutil.h111 int malloc_snprintf(char *str, size_t size, const char *format, ...)
H A Dprivate_namespace.h315 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
H A Dprivate_unnamespace.h315 #undef malloc_snprintf macro

Completed in 98 milliseconds