Home
last modified time | relevance | path

Searched refs:assert_not_implemented (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dassert.h41 #ifndef assert_not_implemented
42 #define assert_not_implemented(e) do { \ macro
/freebsd/contrib/jemalloc/src/
H A Dmalloc_io.c16 #ifdef assert_not_implemented
17 # undef assert_not_implemented
46 #define assert_not_implemented(e) do { \
599 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
608 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
710 #undef assert_not_implemented
47 #define assert_not_implemented( global() macro