Home | History | Annotate | Download | only in unit

Lines Matching refs:BLOCK_SIZE

38 #define	BLOCK_SIZE 10000
39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2)
1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1460 assert_d_le(get_min_array_size32(), BLOCK_SIZE,
1463 fill_array32(ctx, array32, BLOCK_SIZE);
1464 fill_array32(ctx, array32_2, BLOCK_SIZE);
1468 for (i = 0; i < BLOCK_SIZE; i++) {
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1496 assert_d_le(get_min_array_size32(), BLOCK_SIZE,
1499 fill_array32(ctx, array32, BLOCK_SIZE);
1500 fill_array32(ctx, array32_2, BLOCK_SIZE);
1504 for (i = 0; i < BLOCK_SIZE; i++) {