Searched refs:BLOCK_SIZE64 (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | SFMT.c | 39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2) macro 1522 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1523 uint64_t array64_2[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() 1558 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1564 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, in TEST_BEGIN() [all …]
|
/external/jemalloc/test/unit/ |
D | SFMT.c | 39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2) macro 1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1531 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, in TEST_BEGIN() 1534 fill_array64(ctx, array64, BLOCK_SIZE64); in TEST_BEGIN() 1535 fill_array64(ctx, array64_2, BLOCK_SIZE64); in TEST_BEGIN() 1539 for (i = 0; i < BLOCK_SIZE64; i++) { in TEST_BEGIN() 1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1562 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1568 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, in TEST_BEGIN() [all …]
|