Searched refs:assert_zu_ne (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | mallocx.c | 124 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 139 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 182 assert_zu_ne(nsz, 0, in TEST_BEGIN()
|
| H A D | rallocx.c | 63 assert_zu_ne(szs[j], szs[j-1]+1, in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prng.c | 97 assert_zu_ne(ra, rb, in test_prng_lg_range_zu()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 150 #define assert_zu_ne(a, b, ...) assert_cmp(size_t, a, b, !=, \ macro
|