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

  /external/jemalloc_new/include/jemalloc/internal/
util.h 39 #if !defined(JEMALLOC_INTERNAL_UNREACHABLE)
40 # error JEMALLOC_INTERNAL_UNREACHABLE should have been defined by configure
43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE()
jemalloc_internal_defs.h 249 #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable
jemalloc_internal_defs_host.h 235 #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 229 #define JEMALLOC_INTERNAL_UNREACHABLE __builtin_unreachable
jemalloc_internal_defs_host.h 230 #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 355 milliseconds