HomeSort by relevance Sort by last modified time
    Searched refs:malloc_snprintf (Results 1 - 23 of 23) sorted by null

  /external/jemalloc/test/src/
timer.c 39 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1);
48 n = malloc_snprintf(&buf[i], buflen-i, ".");
55 n = malloc_snprintf(&buf[i], buflen-i,
  /external/jemalloc_new/test/src/
timer.c 33 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1);
44 n = malloc_snprintf(&buf[i], buflen-i, ".");
51 n = malloc_snprintf(&buf[i], buflen-i,
  /external/jemalloc_new/include/jemalloc/internal/
log.h 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name);
99 dst_offset += malloc_snprintf(buf + dst_offset,
emitter.h 123 written = malloc_snprintf(out_fmt, out_size,
126 written = malloc_snprintf(out_fmt, out_size,
129 written = malloc_snprintf(out_fmt, out_size,
181 str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"",
malloc_io.h 54 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
private_namespace.h 224 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
private_namespace_jet.h 227 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
  /external/jemalloc/test/include/test/
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_new/test/include/test/
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/
prof_thread_name.c 88 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
util.c 168 result = malloc_snprintf(buf, len, __VA_ARGS__); \
200 result = malloc_snprintf(buf, sizeof(buf), __VA_ARGS__); \
  /external/jemalloc_new/test/unit/
prof_thread_name.c 79 malloc_snprintf(thread_name, sizeof(thread_name), "thread %u", thd_ind);
malloc_io.c 113 result = malloc_snprintf(buf, len, __VA_ARGS__); \
144 result = malloc_snprintf(buf, sizeof(buf), __VA_ARGS__); \
emitter.c 59 size_t written = malloc_snprintf(buf_descriptor->buf,
  /external/jemalloc_new/src/
stats.c 68 malloc_snprintf(str, 6, "0.00%u", n);
70 malloc_snprintf(str, 6, "0.0%u", n);
72 malloc_snprintf(str, 6, "0.%u", n);
74 malloc_snprintf(str, 6, "1");
84 malloc_snprintf(str, buf_len, "stats.%s.%s.%s", prefix, mutex, counter);
366 malloc_snprintf(util, sizeof(util), "1");
374 malloc_snprintf(util, sizeof(util), " race");
    [all...]
malloc_io.c 611 malloc_snprintf(char *str, size_t size, const char *format, ...) { function
prof.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 109 size_t malloc_snprintf(char *str, size_t size, const char *format, ...)
private_namespace.h 333 #define malloc_snprintf JEMALLOC_N(malloc_snprintf) macro
    [all...]
private_unnamespace.h 333 #undef malloc_snprintf macro
  /external/jemalloc/src/
stats.c 142 malloc_snprintf(util, sizeof(util),
145 malloc_snprintf(util, sizeof(util), "0.0%zu",
148 malloc_snprintf(util, sizeof(util), "0.%zu",
151 malloc_snprintf(util, sizeof(util), "1");
    [all...]
util.c 598 malloc_snprintf(char *str, size_t size, const char *format, ...) function
prof.c     [all...]

Completed in 6758 milliseconds