Searched defs:not_reached (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/test/include/test/
H A Djemalloc_test.h30 #define not_reached() do { \ macro
/external/jemalloc/include/jemalloc/internal/
H A Dutil.h45 #ifndef not_reached
46 #define not_reached() do { \ macro
76 not_reached(); \
/external/jemalloc/src/
H A Dutil.c8 #define not_reached() do { \ macro
278 default: not_reached();
385 not_reached(); \
566 } default: not_reached();

Completed in 142 milliseconds