| /redis-3.2.3/deps/jemalloc/test/unit/ |
| H A D | rtree.c | 23 assert_false(rtree_new(&rtree, i, node_alloc, node_dalloc), in TEST_BEGIN() 39 assert_false(rtree_new(&rtree, i, node_alloc, node_dalloc), in TEST_BEGIN() 42 assert_false(rtree_set(&rtree, 0, &node_a), in TEST_BEGIN() 47 assert_false(rtree_set(&rtree, ~((uintptr_t)0), &node_b), in TEST_BEGIN() 67 assert_false(rtree_new(&rtree, i, node_alloc, node_dalloc), in TEST_BEGIN() 71 assert_false(rtree_set(&rtree, keys[j], &node), in TEST_BEGIN() 85 assert_false(rtree_set(&rtree, keys[j], NULL), in TEST_BEGIN() 108 assert_false(rtree_new(&rtree, i, node_alloc, node_dalloc), in TEST_BEGIN() 113 assert_false(rtree_set(&rtree, keys[j], &node), in TEST_BEGIN() 124 assert_false(rtree_set(&rtree, keys[j], NULL), in TEST_BEGIN()
|
| H A D | ckh.c | 14 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash, in TEST_BEGIN() 62 assert_false(ckh_search(&ckh, strs[i], kp, vp), in TEST_BEGIN() 119 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash, in TEST_BEGIN() 131 assert_false(ckh_insert(tsd, &ckh, p[j], p[j]), in TEST_BEGIN() 133 assert_false(ckh_search(&ckh, p[j], &q, &r), in TEST_BEGIN() 144 assert_false(ckh_search(&ckh, p[j], NULL, NULL), in TEST_BEGIN() 146 assert_false(ckh_remove(tsd, &ckh, p[j], &q, &r), in TEST_BEGIN() 169 assert_false(seen[k], in TEST_BEGIN() 180 assert_false(seen[j], "Item %zu seen", j); in TEST_BEGIN() 185 assert_false(ckh_search(&ckh, p[i], NULL, NULL), in TEST_BEGIN() [all …]
|
| H A D | mtx.c | 10 assert_false(mtx_init(&mtx), "Unexpected mtx_init() failure"); in TEST_BEGIN() 42 assert_false(mtx_init(&arg.mtx), "Unexpected mtx_init() failure"); in TEST_BEGIN()
|
| H A D | mq.c | 17 assert_false(mq_init(&mq), "Unexpected mq_init() failure"); in mq_gen() 71 assert_false(mq_init(&mq), "Unexpected mq_init() failure"); in TEST_BEGIN()
|
| H A D | bitmap.c | 31 assert_false(bitmap_get(bitmap, &binfo, j), in TEST_BEGIN() 125 assert_false(bitmap_get(bitmap, &binfo, 0), in TEST_BEGIN()
|
| H A D | rb.c | 83 assert_false(rbtn_red_get(node_t, link, left_node), in tree_recurse() 85 assert_false(rbtn_red_get(node_t, link, right_node), in tree_recurse() 269 assert_false(tree_empty(&tree), in TEST_BEGIN()
|
| H A D | prof_gdump.c | 55 assert_false(did_prof_dump_open, "Unexpected profile dump"); in TEST_BEGIN()
|
| H A D | prof_reset.c | 122 assert_false(prof_dump_header_intercepted, "Unexpected intercept"); in TEST_BEGIN()
|
| /redis-3.2.3/deps/jemalloc/test/integration/ |
| H A D | rallocx.c | 82 assert_false(validate_fill(p, 0, 0, psz), in TEST_BEGIN() 85 assert_false(validate_fill(p, FILL_BYTE, 0, psz), in TEST_BEGIN() 93 assert_false(validate_fill(q, FILL_BYTE, 0, in TEST_BEGIN() 95 assert_false(validate_fill(q, 0, psz, qsz-psz), in TEST_BEGIN() 105 assert_false(validate_fill(p, FILL_BYTE, 0, psz), in TEST_BEGIN() 159 assert_false(validate_fill(q, 0, 0, sz), in TEST_BEGIN() 162 assert_false(validate_fill(q, 0, 0, MAX_VALIDATE), in TEST_BEGIN() 164 assert_false(validate_fill( in TEST_BEGIN()
|
| H A D | thread_tcache_enabled.c | 21 assert_false(config_tcache, in thd_start() 38 assert_false(e0, "tcache should be disabled"); in thd_start() 53 assert_false(e0, "tcache should be disabled"); in thd_start() 59 assert_false(e0, "tcache should be disabled"); in thd_start() 77 assert_false(e0, "tcache should be disabled"); in thd_start()
|
| H A D | aligned_alloc.c | 16 assert_false(p != NULL || get_errno() != EINVAL, in TEST_BEGIN() 23 assert_false(p != NULL || get_errno() != EINVAL, in TEST_BEGIN() 44 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN() 57 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN() 69 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN()
|
| H A D | xallocx.c | 398 assert_false(validate_fill(p, 0x00, 0, sz), "Memory not filled: sz=%zu", in test_zero() 406 assert_false(validate_fill(p, FILL_BYTE, 0, sz), in test_zero() 413 assert_false(validate_fill(p, FILL_BYTE, 0, sz), in test_zero() 420 assert_false(validate_fill(p, FILL_BYTE, 0, sz), in test_zero() 422 assert_false(validate_fill(p, 0x00, sz, nsz-sz), in test_zero() 425 assert_false(validate_fill(p, FILL_BYTE, 0, nsz), in test_zero()
|
| H A D | allocated.c | 92 assert_false(config_stats, in thd_start()
|
| H A D | chunk.c | 181 assert_false(did_decommit, "Unexpected decommit"); in TEST_BEGIN()
|
| /redis-3.2.3/deps/jemalloc/test/include/test/ |
| H A D | test.h | 246 #define assert_false(a, ...) assert_b_eq(a, false, __VA_ARGS__) macro
|