• Show log

    Commit

  • Hash : 87c18197
    Author : Carlos Martín Nieto
    Date : 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.