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

  /external/jemalloc/include/jemalloc/internal/
mb.h 31 JEMALLOC_INLINE void
58 JEMALLOC_INLINE void
69 JEMALLOC_INLINE void
80 JEMALLOC_INLINE void
91 JEMALLOC_INLINE void
102 JEMALLOC_INLINE void
atomic.h 37 JEMALLOC_INLINE uint64_t
44 JEMALLOC_INLINE uint64_t
51 JEMALLOC_INLINE uint64_t
58 JEMALLOC_INLINE uint64_t
65 JEMALLOC_INLINE uint64_t
72 JEMALLOC_INLINE uint64_t
79 JEMALLOC_INLINE uint64_t
92 JEMALLOC_INLINE uint64_t
106 JEMALLOC_INLINE uint64_t
119 JEMALLOC_INLINE uint64_
    [all...]
jemalloc_internal_macros.h 2 * JEMALLOC_ALWAYS_INLINE and JEMALLOC_INLINE are used within header files for
14 # define JEMALLOC_INLINE
28 # define JEMALLOC_INLINE static inline
stats.h 155 JEMALLOC_INLINE size_t
162 JEMALLOC_INLINE void
169 JEMALLOC_INLINE void
util.h 142 JEMALLOC_INLINE size_t
160 JEMALLOC_INLINE size_t
172 JEMALLOC_INLINE size_t
185 JEMALLOC_INLINE size_t
212 JEMALLOC_INLINE void
224 JEMALLOC_INLINE int
mutex.h 67 JEMALLOC_INLINE void
82 JEMALLOC_INLINE void
hash.h 34 JEMALLOC_INLINE uint32_t
41 JEMALLOC_INLINE uint64_t
47 JEMALLOC_INLINE uint32_t
54 JEMALLOC_INLINE uint64_t
61 JEMALLOC_INLINE uint32_t
74 JEMALLOC_INLINE uint64_t
87 JEMALLOC_INLINE uint32_t
138 UNUSED JEMALLOC_INLINE void
240 UNUSED JEMALLOC_INLINE void
320 JEMALLOC_INLINE voi
    [all...]
prof.h 281 malloc_tsd_funcs(JEMALLOC_INLINE, prof_tdata, prof_tdata_t *, NULL,
284 JEMALLOC_INLINE prof_tdata_t *
298 JEMALLOC_INLINE prof_ctx_t *
317 JEMALLOC_INLINE void
333 JEMALLOC_INLINE bool
363 JEMALLOC_INLINE void
386 JEMALLOC_INLINE void
411 JEMALLOC_INLINE void
484 JEMALLOC_INLINE void
bitmap.h 67 JEMALLOC_INLINE bool
76 JEMALLOC_INLINE bool
88 JEMALLOC_INLINE void
122 JEMALLOC_INLINE size_t
144 JEMALLOC_INLINE void
rtree.h 60 JEMALLOC_INLINE uint8_t \
130 JEMALLOC_INLINE bool
tcache.h 163 JEMALLOC_INLINE void
178 JEMALLOC_INLINE bool
194 JEMALLOC_INLINE void
arena.h 517 JEMALLOC_INLINE size_t
569 JEMALLOC_INLINE size_t
856 JEMALLOC_INLINE bool
871 JEMALLOC_INLINE bool
882 JEMALLOC_INLINE bool
943 JEMALLOC_INLINE size_t
951 JEMALLOC_INLINE unsigned
1023 JEMALLOC_INLINE prof_ctx_t *
1046 JEMALLOC_INLINE void
    [all...]
jemalloc_internal.h 565 JEMALLOC_INLINE unsigned
578 JEMALLOC_INLINE arena_t *
743 JEMALLOC_INLINE size_t
757 JEMALLOC_INLINE size_t
  /external/jemalloc/test/include/test/
SFMT.h 100 JEMALLOC_INLINE double to_real1(uint32_t v)
107 JEMALLOC_INLINE double genrand_real1(sfmt_t *ctx)
113 JEMALLOC_INLINE double to_real2(uint32_t v)
120 JEMALLOC_INLINE double genrand_real2(sfmt_t *ctx)
126 JEMALLOC_INLINE double to_real3(uint32_t v)
133 JEMALLOC_INLINE double genrand_real3(sfmt_t *ctx)
140 JEMALLOC_INLINE double to_res53(uint64_t v)
147 JEMALLOC_INLINE double to_res53_mix(uint32_t x, uint32_t y)
154 JEMALLOC_INLINE double genrand_res53(sfmt_t *ctx)
162 JEMALLOC_INLINE double genrand_res53_mix(sfmt_t *ctx)
    [all...]
math.h 18 JEMALLOC_INLINE double
53 JEMALLOC_INLINE double
134 JEMALLOC_INLINE double
221 JEMALLOC_INLINE double
305 JEMALLOC_INLINE double
SFMT-sse2.h 84 JEMALLOC_INLINE void gen_rand_all(sfmt_t *ctx) {
114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
SFMT-alti.h 98 JEMALLOC_INLINE void gen_rand_all(sfmt_t *ctx) {
125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
176 JEMALLOC_INLINE void swap(w128_t *array, int size) {

Completed in 40 milliseconds