Searched refs:BLOCK_SIZE64 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | SFMT.c | 39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2) macro 1522 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1528 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, in TEST_BEGIN() 1531 fill_array64(ctx, array64, BLOCK_SIZE64); in TEST_BEGIN() 1532 fill_array64(ctx, array64_2, BLOCK_SIZE64); in TEST_BEGIN() 1536 for (i = 0; i < BLOCK_SIZE64; i++) { in TEST_BEGIN() 1557 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1564 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, in TEST_BEGIN() 1567 fill_array64(ctx, array64, BLOCK_SIZE64); in TEST_BEGIN() 1568 fill_array64(ctx, array64_2, BLOCK_SIZE64); in TEST_BEGIN() [all …]
|