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

  /external/jemalloc/src/
extent.c 10 JEMALLOC_INLINE_C size_t
28 JEMALLOC_INLINE_C int
37 JEMALLOC_INLINE_C int
46 JEMALLOC_INLINE_C int
55 JEMALLOC_INLINE_C int
ckh.c 52 JEMALLOC_INLINE_C size_t
70 JEMALLOC_INLINE_C size_t
91 JEMALLOC_INLINE_C bool
124 JEMALLOC_INLINE_C bool
195 JEMALLOC_INLINE_C bool
224 JEMALLOC_INLINE_C bool
prof.c 135 JEMALLOC_INLINE_C int
159 JEMALLOC_INLINE_C int
174 JEMALLOC_INLINE_C int
269 JEMALLOC_INLINE_C void
284 JEMALLOC_INLINE_C void
    [all...]
arena.c 46 JEMALLOC_INLINE_C size_t
58 JEMALLOC_INLINE_C const extent_node_t *
67 JEMALLOC_INLINE_C int
81 JEMALLOC_INLINE_C int
94 JEMALLOC_INLINE_C int
279 JEMALLOC_INLINE_C void *
299 JEMALLOC_INLINE_C void
325 JEMALLOC_INLINE_C void
335 JEMALLOC_INLINE_C void
343 JEMALLOC_INLINE_C voi
    [all...]
ctl.c 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 *
    [all...]
jemalloc.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 6 * JEMALLOC_ALWAYS_INLINE_C and JEMALLOC_INLINE_C are for use in .c files, in
15 # define JEMALLOC_INLINE_C static
29 # define JEMALLOC_INLINE_C static inline
  /external/jemalloc/test/src/
SFMT.c 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) {
149 JEMALLOC_INLINE_C int idxof(int i)
    [all...]
  /external/jemalloc/test/stress/
microbench.c 3 JEMALLOC_INLINE_C void

Completed in 110 milliseconds