Searched refs:assert_u64_le (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | allocated.c | 74 assert_u64_le(a0 + usize, a1, in thd_start() 90 assert_u64_le(d0 + usize, d1, in thd_start()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | stats.c | 60 assert_u64_le(nmalloc, nrequests, in TEST_BEGIN() 122 assert_u64_le(dirty_nmadvise, dirty_purged, in TEST_BEGIN() 124 assert_u64_le(muzzy_nmadvise, muzzy_purged, in TEST_BEGIN()
|
| H A D | smoothstep.c | 31 assert_u64_le(sum, max, "Integral exceeds 1/2"); in TEST_BEGIN()
|
| H A D | rb.c | 184 assert_u64_le(search_node->key, node->key, in node_remove()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 206 #define assert_u64_le(a, b, ...) assert_cmp(uint64_t, a, b, <=, \ macro
|