/external/jemalloc_new/test/integration/ |
D | xallocx.c | 132 assert_zu_le(xallocx(p, largemax, 0, 0), largemax, in TEST_BEGIN() 136 assert_zu_le(xallocx(p, largemax+1, 0, 0), largemax, in TEST_BEGIN() 138 assert_zu_le(xallocx(p, SIZE_T_MAX, 0, 0), largemax, in TEST_BEGIN() 157 assert_zu_le(xallocx(p, largemax-1, 2, 0), largemax, in TEST_BEGIN() 159 assert_zu_le(xallocx(p, largemax, 1, 0), largemax, in TEST_BEGIN() 163 assert_zu_le(xallocx(p, largemax+1, 2, 0), largemax, in TEST_BEGIN() 165 assert_zu_le(xallocx(p, largemax+2, 3, 0), largemax, in TEST_BEGIN() 167 assert_zu_le(xallocx(p, SIZE_T_MAX-2, 2, 0), largemax, in TEST_BEGIN() 169 assert_zu_le(xallocx(p, SIZE_T_MAX-1, 1, 0), largemax, in TEST_BEGIN() 247 assert_zu_le(xallocx(p, large3, 0, flags), large3, in TEST_BEGIN() [all …]
|
/external/jemalloc/test/integration/ |
D | xallocx.c | 165 assert_zu_le(xallocx(p, hugemax, 0, 0), hugemax, in TEST_BEGIN() 169 assert_zu_le(xallocx(p, hugemax+1, 0, 0), hugemax, in TEST_BEGIN() 171 assert_zu_le(xallocx(p, SIZE_T_MAX, 0, 0), hugemax, in TEST_BEGIN() 191 assert_zu_le(xallocx(p, hugemax-1, 2, 0), hugemax, in TEST_BEGIN() 193 assert_zu_le(xallocx(p, hugemax, 1, 0), hugemax, in TEST_BEGIN() 197 assert_zu_le(xallocx(p, hugemax+1, 2, 0), hugemax, in TEST_BEGIN() 199 assert_zu_le(xallocx(p, hugemax+2, 3, 0), hugemax, in TEST_BEGIN() 201 assert_zu_le(xallocx(p, SIZE_T_MAX-2, 2, 0), hugemax, in TEST_BEGIN() 203 assert_zu_le(xallocx(p, SIZE_T_MAX-1, 1, 0), hugemax, in TEST_BEGIN() 348 assert_zu_le(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN() [all …]
|
/external/jemalloc_new/test/unit/ |
D | extent_quantize.c | 115 assert_zu_le(floor, extent_size, in TEST_BEGIN() 122 assert_zu_le(floor_prev, floor, "Floor should be monotonic " in TEST_BEGIN() 125 assert_zu_le(ceil_prev, ceil, "Ceiling should be monotonic " in TEST_BEGIN()
|
D | retained.c | 134 assert_zu_le(allocated, active, "Unexpected active memory"); in TEST_BEGIN() 136 assert_zu_le(active, mapped, "Unexpected mapped memory"); in TEST_BEGIN()
|
D | prof_accum.c | 42 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
|
D | stats.c | 18 assert_zu_le(allocated, active, in TEST_BEGIN()
|
D | stats_print.c | 139 assert_zu_le(parser->pos, parser->len, in parser_tokenize()
|
/external/jemalloc/test/unit/ |
D | run_quantize.c | 121 assert_zu_le(floor, run_size, in TEST_BEGIN() 128 assert_zu_le(floor_prev, floor, "Floor should be monotonic " in TEST_BEGIN() 131 assert_zu_le(ceil_prev, ceil, "Ceiling should be monotonic " in TEST_BEGIN()
|
D | prof_accum.c | 51 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
|
D | stats.c | 24 assert_zu_le(active, *cactive, in TEST_BEGIN() 26 assert_zu_le(allocated, active, in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | test.h | 154 #define assert_zu_le(a, b, ...) assert_cmp(size_t, a, b, <=, \ macro
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 154 #define assert_zu_le(a, b, ...) assert_cmp(size_t, a, b, <=, \ macro
|