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.c17 #ifdef assert_not_implemented
18 # undef assert_not_implemented
47 #define assert_not_implemented(e) do { \ macro
576 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
585 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
688 #undef assert_not_implemented