Searched refs:assert_ju_eq (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A 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()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \ macro
|