Searched refs:assert_zd_eq (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | thread_arena.c | 76 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | mallctl.c | 432 assert_zd_eq(old_dirty_decay_ms, prev_dirty_decay_ms, in TEST_BEGIN() 464 assert_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms, in TEST_BEGIN() 635 assert_zd_eq(old_dirty_decay_ms, prev_dirty_decay_ms, in TEST_BEGIN() 667 assert_zd_eq(old_muzzy_decay_ms, prev_muzzy_decay_ms, in TEST_BEGIN()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 135 #define assert_zd_eq(a, b, ...) assert_cmp(ssize_t, a, b, ==, \ macro
|