Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dassert.h41 #ifndef assert_not_implemented
42 #define assert_not_implemented(e) do { \ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c17 #ifdef assert_not_implemented
18 # undef assert_not_implemented
47 #define assert_not_implemented(e) do { \ macro
562 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
571 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
675 #undef assert_not_implemented
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Djemalloc_test.h.in141 #undef assert_not_implemented
165 #define assert_not_implemented(e) do { \ macro