Searched refs:assert_zu_le (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dxallocx.c147 assert_zu_le(xallocx(p, largemax, 0, 0), largemax,
151 assert_zu_le(xallocx(p, largemax+1, 0, 0), largemax,
153 assert_zu_le(xallocx(p, SIZE_T_MAX, 0, 0), largemax,
173 assert_zu_le(xallocx(p, largemax-1, 2, 0), largemax,
175 assert_zu_le(xallocx(p, largemax, 1, 0), largemax,
179 assert_zu_le(xallocx(p, largemax+1, 2, 0), largemax,
181 assert_zu_le(xallocx(p, largemax+2, 3, 0), largemax,
183 assert_zu_le(xallocx(p, SIZE_T_MAX-2, 2, 0), largemax,
185 assert_zu_le(xallocx(p, SIZE_T_MAX-1, 1, 0), largemax,
265 assert_zu_le(xalloc
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dextent_quantize.c118 assert_zu_le(floor, extent_size,
125 assert_zu_le(floor_prev, floor, "Floor should be monotonic "
128 assert_zu_le(ceil_prev, ceil, "Ceiling should be monotonic "
H A Dprof_accum.c50 assert_zu_le(bt_count_prev+(i-i_prev), bt_count,
H A Dstats.c19 assert_zu_le(allocated, active,
H A Dstats_print.c140 assert_zu_le(parser->pos, parser->len,
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dtest.h154 #define assert_zu_le(a, b, ...) assert_cmp(size_t, a, b, <=, \ macro

Completed in 10 milliseconds