Home
last modified time | relevance | path

Searched refs:assert_u_gt (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddecay.c466 assert_u_gt(nupdates_mock, nupdates0, in TEST_BEGIN()
523 assert_u_gt(nupdates_mock, nupdates0, in TEST_BEGIN()
H A Drb.c223 assert_u_gt(*nnodes, 0, "Destruction removed too many nodes"); in destroy_cb()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dtest.h55 #define assert_u_gt(a, b, ...) assert_cmp(int, a, b, >, <=, "u", __VA_ARGS__) macro