linux - Are Windows pages of memory always on a 4096 byte stride? -


on linux systems, mmaped memory started new page of 4096 memory, far can understand.

is true windows os?

likely, call getsysteminfo sure. page alignment equal page size.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -