Searched refs:assert_zu_le (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | stats.c | 22 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()
|
D | prof_accum.c | 46 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
|
/external/jemalloc/test/include/test/ |
D | test.h | 154 #define assert_zu_le(a, b, ...) assert_cmp(size_t, a, b, <=, \ macro
|