Searched refs:assert_x_eq (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | tsd.c | 8 assert_x_eq(*data, MALLOC_TSD_TEST_DATA_INIT, in data_cleanup() 47 assert_x_eq(tsd_test_data_get(tsd), MALLOC_TSD_TEST_DATA_INIT, in thd_start() 54 assert_x_eq(tsd_test_data_get(tsd), d, in thd_start() 58 assert_x_eq(tsd_test_data_get(tsd), (int)(uintptr_t)arg, in thd_start()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 36 #define assert_x_eq(a, b, ...) assert_cmp(int, a, b, ==, !=, "#x", __VA_ARGS__) macro
|