To prevent false sharing, I want to align each element of an array to a cache line. So first I need to know the size of a cache line, so I assign each element that amount of
posix_memalign or valloc can be used to align allocated memory to a cache line.