Searched defs:BLOCK_SIZE64 (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A DSFMT.c39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2) macro
1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1531 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, local
1534 fill_array64(ctx, array64, BLOCK_SIZE64);
1535 fill_array64(ctx, array64_2, BLOCK_SIZE64);
1539 for (i = 0; i < BLOCK_SIZE64; i++) {
1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1562 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1568 assert_d_le(get_min_array_size64(), BLOCK_SIZE64, local
[all...]

Completed in 276 milliseconds