| /src/external/bsd/jemalloc/dist/test/integration/ |
| thread_tcache_enabled.c | 20 expect_false(e0, "tcache should be disabled"); 35 expect_false(e0, "tcache should be disabled"); 41 expect_false(e0, "tcache should be disabled"); 59 expect_false(e0, "tcache should be disabled");
|
| aligned_alloc.c | 23 expect_false(p != NULL || get_errno() != EINVAL, 30 expect_false(p != NULL || get_errno() != EINVAL, 61 expect_false(p != NULL || get_errno() != ENOMEM, 74 expect_false(p != NULL || get_errno() != ENOMEM, 86 expect_false(p != NULL || get_errno() != ENOMEM,
|
| rallocx.c | 131 expect_false(validate_fill(p, 0, 0, psz), 134 expect_false(validate_fill(p, FILL_BYTE, 0, psz), 142 expect_false(validate_fill(q, FILL_BYTE, 0, 144 expect_false(validate_fill(q, 0, psz, qsz-psz), 154 expect_false(validate_fill(p, FILL_BYTE, 0, psz), 243 expect_false(validate_fill(q, 0, 0, sz), 246 expect_false(validate_fill(q, 0, 0, MAX_VALIDATE), 248 expect_false(validate_fill(
|
| xallocx.c | 324 expect_false(validate_fill(p, 0x00, 0, sz), "Memory not filled: sz=%zu", 332 expect_false(validate_fill(p, FILL_BYTE, 0, sz), 341 expect_false(validate_fill(p, FILL_BYTE, 0, sz), 350 expect_false(validate_fill(p, FILL_BYTE, 0, sz), 352 expect_false(validate_fill(p, 0x00, sz, nsz-sz), 355 expect_false(validate_fill(p, FILL_BYTE, 0, nsz),
|
| allocated.c | 96 expect_false(config_stats,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| ckh.c | 9 expect_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, 13 expect_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash, 33 expect_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, 60 expect_false(ckh_search(&ckh, strs[i], kp, vp), 86 expect_false(ckh_remove(tsd, &ckh, strs[i], kp, vp), 116 expect_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash, 128 expect_false(ckh_insert(tsd, &ckh, p[j], p[j]), 130 expect_false(ckh_search(&ckh, p[j], &q, &r), 141 expect_false(ckh_search(&ckh, p[j], NULL, NULL), 143 expect_false(ckh_remove(tsd, &ckh, p[j], &q, &r) [all...] |
| mtx.c | 9 expect_false(mtx_init(&mtx), "Unexpected mtx_init() failure"); 39 expect_false(mtx_init(&arg.mtx), "Unexpected mtx_init() failure");
|
| test_hooks.c | 21 expect_false(hook_called, "Nulling out hook didn't take.");
|
| pages.c | 17 expect_false(pages_nohuge(hugepage, HUGEPAGE),
|
| tsd.c | 216 expect_false(atomic_load_b(&data.error, ATOMIC_SEQ_CST), ""); 219 expect_false(tsd_fast(tsd), ""); 225 expect_false(atomic_load_b(&data.error, ATOMIC_SEQ_CST), ""); 230 expect_false(tsd_fast(tsd), ""); 235 expect_false(atomic_load_b(&data.error, ATOMIC_SEQ_CST), ""); 240 expect_false(tsd_fast(tsd), ""); 245 expect_false(atomic_load_b(&data.error, ATOMIC_SEQ_CST), ""); 255 expect_false(atomic_load_b(&data.error, ATOMIC_SEQ_CST), "");
|
| decay.c | 15 expect_false(decay_init(&decay, &curtime, decay_ms), 25 expect_false(decay_ms_valid(-7), 32 expect_false( 49 expect_false(decay_init(&decay, &curtime, (ssize_t)decay_ms), 80 expect_false(err, ""); 84 expect_false(advanced, "Epoch advanced while time didn't"); 91 expect_false(advanced, "Epoch advanced after first interval");
|
| witness.c | 124 expect_false(saw_lock_error, "Unexpected witness lock error"); 134 expect_false(saw_lock_error, "Unexpected witness lock error"); 165 expect_false(saw_lock_error, "Unexpected witness lock error"); 198 expect_false(saw_lock_error, "Unexpected witness lock error"); 199 expect_false(saw_not_owner_error, "Unexpected witness not owner error"); 228 expect_false(saw_owner_error, "Unexpected owner error"); 253 expect_false(saw_depth_error, "Unexpected depth error");
|
| prof_hook.c | 59 expect_false(mock_bt_hook_called, "Called mock hook before it's set"); 101 expect_false(mock_bt_hook_called, "Called mock hook before it's set"); 138 expect_false(mock_dump_hook_called, "Called dump hook before it's set");
|
| san_bump.c | 31 expect_false(edata_slab_get(edata), 52 expect_false(edata_slab_get(edata2), 93 expect_false(edata_slab_get(edata),
|
| rtree.c | 22 expect_false(rtree_new(rtree, base, false), 63 expect_false(rtree_new(rtree, base, false), 72 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, PAGE, contents_a), 74 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, PAGE, contents_a), 91 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, ~((uintptr_t)0), 121 expect_false(rtree_new(rtree, base, false), 132 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, keys[i], 171 expect_false(rtree_new(rtree, base, false), 233 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, start, 235 expect_false(rtree_write(tsdn, rtree, &rtree_ctx, end [all...] |
| mq.c | 16 expect_false(mq_init(&mq), "Unexpected mq_init() failure"); 67 expect_false(mq_init(&mq), "Unexpected mq_init() failure");
|
| cache_bin.c | 116 expect_false(success, "Shouldn't successfully allocate when empty"); 120 expect_false(success, "Shouldn't successfully allocate when empty"); 140 expect_false(success, "Shouldn't be able to dalloc into a full bin."); 155 expect_false(success, ""); 175 expect_false(success, ""); 178 expect_false(success, ""); 201 expect_false(success, ""); 292 expect_false(ret, "Should not dalloc into a full bin"); 294 expect_false(ret, "Should not stash into a full bin"); 311 expect_false(ret, "Should not alloc stashed") [all...] |
| arena_reset.c | 216 expect_false(arena_i_initialized(MALLCTL_ARENAS_DESTROYED, false), 229 expect_false(arena_i_initialized(arena_ind, false), 242 expect_false(arena_i_initialized(arena_ind, true), 334 expect_false(arena_i_initialized(arena_ind, false), 343 expect_false(arena_i_initialized(arena_ind, true),
|
| psset.c | 93 expect_false(edata_slab_get(edata), ""); 98 expect_false(edata_zeroed_get(edata), ""); 101 expect_false(edata_is_head_get(edata), ""); 137 expect_false(err, "Nonempty psset failed page allocation."); 170 expect_false(err, "Nonempty psset failed page allocation."); 187 expect_false(err, "Nonempty psset failed page allocation."); 204 expect_false(err, "Nonempty psset failed page allocation."); 224 expect_false(err, "Should have been able to find alloc."); 240 expect_false(err, "Should have been able to find alloc."); 263 expect_false(err, "Unxpected allocation failure") [all...] |
| ticker.c | 16 expect_false(ticker_tick(&ticker), 37 expect_false(ticker_ticks(&ticker, NTICKS), "Unexpected ticker fire");
|
| hpdata.c | 85 expect_false(got_result, "Unexpected additional purge range: " 144 expect_false(got_result, "Unexpected additional purge range: " 185 expect_false(got_result, "Unexpected additional purge range: " 213 expect_false(got_result, "Unexpected additional purge range: "
|
| prof_gdump.c | 53 expect_false(did_prof_dump_open, "Unexpected profile dump");
|
| fb.c | 14 expect_false(fb_get(fb, nbits, i), 266 expect_false(fb_empty(full, nbits), ""); 267 expect_false(fb_full(empty, nbits), ""); 274 expect_false(fb_empty(empty, nbits), "error at bit %zu", i); 276 expect_false(fb_full(empty, nbits), 278 expect_false(fb_empty(full, nbits), 286 expect_false(fb_full(full, nbits), "error at bit %zu", i); 346 expect_false(result, "Should not have found a range at %zu", i); 350 expect_false(result, "Should not have found a range at %zu", i); 387 expect_false(result, "Should not have found a range at %zu", i) [all...] |
| hpa.c | 390 expect_false(defer_hugify_called, "Hugified too early"); 407 expect_false(defer_hugify_called, "Hugified too early"); 433 expect_false(defer_dehugify_called, "Unexpected dehugify"); 434 expect_false(defer_purge_called, "Unexpected purge");
|
| /src/external/bsd/liblzf/dist/ |
| lzf_c.c | 91 #define expect_false(expr) expect ((expr) != 0, 0) macro 171 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */ 228 if (expect_false (ip >= in_end - 2)) 262 if (expect_false (op >= out_end)) 268 if (expect_false (lit == MAX_LIT)) 284 if (expect_false (lit == MAX_LIT))
|