DoxigAlpha

page_size_min

comptime-known minimum page size of the target.

All pointers from mmap or VirtualAlloc are aligned to at least page_size_min, but their actual alignment may be bigger.

This value can be overridden via std.options.page_size_min.

On many systems, the actual page size can only be determined at runtime with pageSize.

Source

Implementation

#