Home
last modified time | relevance | path

Searched refs:not_implemented (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/test/include/test/
Djemalloc_test.h38 #define not_implemented() do { \ macro
46 not_implemented(); \
Djemalloc_test.h.in38 #define not_implemented() do { \ macro
46 not_implemented(); \
/external/jemalloc/include/jemalloc/internal/
Dutil.h64 #ifndef not_implemented
65 #define not_implemented() do { \ macro
77 not_implemented(); \
/external/jemalloc/src/
Dchunk_dss.c38 not_implemented(); in chunk_dss_sbrk()
Dutil.c15 #define not_implemented() do { \ macro