HomeSort by relevance Sort by last modified time
    Searched defs:JEMALLOC_ALWAYS_INLINE (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 2 * JEMALLOC_ALWAYS_INLINE and JEMALLOC_INLINE are used within header files for
12 # define JEMALLOC_ALWAYS_INLINE
20 # define JEMALLOC_ALWAYS_INLINE \
25 # define JEMALLOC_ALWAYS_INLINE static inline
  /external/jemalloc_new/include/jemalloc/internal/
jemalloc_internal_macros.h 5 # define JEMALLOC_ALWAYS_INLINE static inline
7 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline

Completed in 226 milliseconds