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

  /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/src/
ckh.c 52 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
arena.c 63 JEMALLOC_INLINE_C size_t
72 JEMALLOC_INLINE_C size_t
    [all...]
jemalloc.c 1218 JEMALLOC_INLINE_C void
    [all...]

Completed in 86 milliseconds