Searched refs:assert_zu_lt (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c21 assert_zu_lt(active, resident,
23 assert_zu_lt(active, mapped,
H A Dprng.c203 assert_zu_lt(r, range, "Out of range");
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dtest.h152 #define assert_zu_lt(a, b, ...) assert_cmp(size_t, a, b, <, \ macro

Completed in 58 milliseconds