Searched refs:assert_zu_lt (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | stats.c | 20 assert_zu_lt(active, resident, in TEST_BEGIN() 22 assert_zu_lt(active, mapped, in TEST_BEGIN()
|
| H A D | retained.c | 150 assert_zu_lt(usable, allocated, in TEST_BEGIN()
|
| H A D | prng.c | 194 assert_zu_lt(r, range, "Out of range"); in test_prng_range_zu()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 152 #define assert_zu_lt(a, b, ...) assert_cmp(size_t, a, b, <, \ macro
|