Commit d8fcafb2ca384a9b5e89ea922c515145fb050e46

Carlos Martín Nieto 2016-03-16T19:05:11

Split the page size from the mmap alignment While often similar, these are not the same on Windows. We want to use the page size on Windows for the pools, but for mmap we need to use the allocation granularity as the alignment. On the other platforms these values remain the same.