Ann arrayallocators jl integrating calloc and aligned memory into array construction
function arrayallocators(n::Int) a = Array{Int}(undef, n) b = Array{Int}(undef, n) c = Array{Int}(undef, n) d = Array{Int}(undef, n) e = Array{Int}(undef, n) f = Array{Int}(undef, n) g = Array{Int}(undef, n) h =