Searched refs:assert_u64_le (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | allocated.c | 71 assert_u64_le(a0 + usize, a1, in thd_start() 87 assert_u64_le(d0 + usize, d1, in thd_start()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | smoothstep.c | 31 assert_u64_le(sum, max, "Integral exceeds 1/2"); in TEST_BEGIN()
|
| A D | stats.c | 62 assert_u64_le(nmalloc, nrequests, in TEST_BEGIN() 114 assert_u64_le(nmadvise, purged, in TEST_BEGIN()
|
| A D | rb.c | 182 assert_u64_le(search_node->key, node->key, in node_remove()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 206 #define assert_u64_le(a, b, ...) assert_cmp(uint64_t, a, b, <=, \ macro
|
Completed in 8 milliseconds