Searched refs:BASE_ASSERT_MSG (Results 1 – 2 of 2) sorted by relevance
22 #define BASE_ASSERT_MSG(cond, msg) assert((cond) && (msg)) macro28 #define BASE_ASSERT_MSG(cond, msg) ((void)0) macro
1147 BASE_ASSERT_MSG(tmp, "vector memory allocation failed."); in setup_storage()