Searched refs:assert_zd_eq (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | bitmap.c | 285 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body() 297 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body() 309 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body() 314 assert_zd_eq(bitmap_sfu(bitmap, binfo), nbits - 1, in test_bitmap_sfu_body()
|
| A D | mallctl.c | 420 assert_zd_eq(old_decay_time, prev_decay_time, in TEST_BEGIN() 545 assert_zd_eq(old_decay_time, prev_decay_time, in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | thread_arena.c | 70 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 135 #define assert_zd_eq(a, b, ...) assert_cmp(ssize_t, a, b, ==, \ macro
|
Completed in 649 milliseconds