
Memory types in VM are described by methods. Each mapped region has a type, and all pages instantiated get that type on creation. Individual page types has to be able to change though. This commit changes the code to use the memory types of the individual pages, where appropriate, instead of just the higher-level region, in case it has changed. This is needed to e.g. support future copy-on-write MAP_PRIVATE mmap modes. Change-Id: I5523db14ac036ec774a54392fb67f9acb8725731
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%