Searched refs:assert_zu_ne (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | mallocx.c | 134 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 149 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 184 assert_zu_ne(nsz, 0, in TEST_BEGIN()
|
| A D | rallocx.c | 68 assert_zu_ne(szs[j], szs[j-1]+1, in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | prng.c | 98 assert_zu_ne(ra, rb, in test_prng_lg_range_zu()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 150 #define assert_zu_ne(a, b, ...) assert_cmp(size_t, a, b, !=, \ macro
|
Completed in 6 milliseconds