Searched refs:assert_not_implemented (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dassert.h41 #ifndef assert_not_implemented
42 #define assert_not_implemented(e) do { \ macro
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dassert.h41 #ifndef assert_not_implemented
42 #define assert_not_implemented(e) do { \ macro
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dmalloc_io.c17 #ifdef assert_not_implemented
18 # undef assert_not_implemented macro
47 #define assert_not_implemented(e) do { \ macro
562 assert_not_implemented(len != 'l');
571 assert_not_implemented(len != 'l');
675 #undef assert_not_implemented macro

Completed in 209 milliseconds