Searched refs:JEMALLOC_INLINE_C (Results 1 – 10 of 10) sorted by relevance
120 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 …]
6 JEMALLOC_INLINE_C size_t17 JEMALLOC_INLINE_C int43 JEMALLOC_INLINE_C int
52 JEMALLOC_INLINE_C size_t70 JEMALLOC_INLINE_C size_t91 JEMALLOC_INLINE_C bool123 JEMALLOC_INLINE_C bool194 JEMALLOC_INLINE_C bool223 JEMALLOC_INLINE_C bool
135 JEMALLOC_INLINE_C int159 JEMALLOC_INLINE_C int in rb_gen()174 JEMALLOC_INLINE_C int in rb_gen()268 JEMALLOC_INLINE_C void283 JEMALLOC_INLINE_C void1709 JEMALLOC_INLINE_C uint64_t
50 JEMALLOC_INLINE_C size_t62 JEMALLOC_INLINE_C int300 JEMALLOC_INLINE_C void *320 JEMALLOC_INLINE_C void346 JEMALLOC_INLINE_C void356 JEMALLOC_INLINE_C void364 JEMALLOC_INLINE_C void
19 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 *
1813 JEMALLOC_INLINE_C void1840 JEMALLOC_INLINE_C void
15 # define JEMALLOC_INLINE_C static macro29 # define JEMALLOC_INLINE_C static inline macro
3 JEMALLOC_INLINE_C void
420 - Add and use JEMALLOC_INLINE_C so that static inline functions are marked as