Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dstats.c22 assert_zu_le(active, *cactive, in TEST_BEGIN()
24 assert_zu_le(allocated, active, in TEST_BEGIN()
26 assert_zu_le(active, mapped, in TEST_BEGIN()
50 assert_zu_le(current, high, in TEST_BEGIN()
Dprof_accum.c46 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
/external/jemalloc/test/include/test/
Dtest.h154 #define assert_zu_le(a, b, ...) assert_cmp(size_t, a, b, <=, \ macro