Home
last modified time | relevance | path

Searched refs:JEMALLOC_INLINE_C (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc/test/src/
DSFMT.c120 JEMALLOC_INLINE_C int idxof(int i);
122 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift);
123 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift);
125 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx);
126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
127 JEMALLOC_INLINE_C uint32_t func1(uint32_t x);
128 JEMALLOC_INLINE_C uint32_t func2(uint32_t x);
131 JEMALLOC_INLINE_C void swap(w128_t *array, int size);
145 JEMALLOC_INLINE_C int idxof(int i) { in idxof()
149 JEMALLOC_INLINE_C int idxof(int i) { in idxof()
[all …]
/external/jemalloc/src/
Dextent.c6 JEMALLOC_INLINE_C size_t
17 JEMALLOC_INLINE_C int
43 JEMALLOC_INLINE_C int
Dckh.c52 JEMALLOC_INLINE_C size_t
70 JEMALLOC_INLINE_C size_t
91 JEMALLOC_INLINE_C bool
123 JEMALLOC_INLINE_C bool
193 JEMALLOC_INLINE_C bool
222 JEMALLOC_INLINE_C bool
Dprof.c135 JEMALLOC_INLINE_C int
152 JEMALLOC_INLINE_C int in rb_gen()
167 JEMALLOC_INLINE_C int in rb_gen()
261 JEMALLOC_INLINE_C void
276 JEMALLOC_INLINE_C void
1673 JEMALLOC_INLINE_C uint64_t
Darena.c36 JEMALLOC_INLINE_C size_t
45 JEMALLOC_INLINE_C int
138 JEMALLOC_INLINE_C int
263 JEMALLOC_INLINE_C void *
283 JEMALLOC_INLINE_C void
309 JEMALLOC_INLINE_C void
319 JEMALLOC_INLINE_C void
327 JEMALLOC_INLINE_C void
Dctl.c19 JEMALLOC_INLINE_C const ctl_named_node_t *
26 JEMALLOC_INLINE_C const ctl_named_node_t *
34 JEMALLOC_INLINE_C const ctl_indexed_node_t *
Djemalloc.c1709 JEMALLOC_INLINE_C void
1731 JEMALLOC_INLINE_C void
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_macros.h15 # define JEMALLOC_INLINE_C static macro
29 # define JEMALLOC_INLINE_C static inline macro
/external/jemalloc/test/stress/
Dmicrobench.c3 JEMALLOC_INLINE_C void
/external/jemalloc/
DChangeLog252 - Add and use JEMALLOC_INLINE_C so that static inline functions are marked as