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

  /external/jemalloc/test/include/test/
jemalloc_test.h 31 #define not_reached() do { \ macro
  /external/jemalloc/include/jemalloc/internal/
util.h 53 #ifndef not_reached
54 #define not_reached() do { \ macro
84 not_reached(); \
  /external/jemalloc/src/
util.c 8 #define not_reached() do { \ macro
278 default: not_reached();
385 not_reached(); \
566 } default: not_reached();

Completed in 849 milliseconds