Searched refs:assert_ju_eq (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 7 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result"); in TEST_BEGIN() 99 assert_ju_eq(result, test->expected_x, in TEST_BEGIN()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \ macro
|