Searched refs:DEBUG_ASSERT_COND (Results 1 – 3 of 3) sorted by relevance
65 #define DEBUG_ASSERT_COND(x) DEBUG_ASSERT(x) macro68 #define DEBUG_ASSERT_COND(x) \ macro
74 #define ASSERT(e) DEBUG_ASSERT_COND(e)
318 DEBUG_ASSERT_COND(as->magic == HEAP_MAGIC); in miniheap_free()
Completed in 7 milliseconds