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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 223 #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable
util.h 76 #if !defined(JEMALLOC_INTERNAL_UNREACHABLE)
77 # error JEMALLOC_INTERNAL_UNREACHABLE should have been defined by configure
80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE()

Completed in 38 milliseconds