[NTOS]: Insert pages into zero list with specific MiInsertZeroListAtBack function...
authorSir Richard <sir_richard@svn.reactos.org>
Sun, 21 Feb 2010 03:52:22 +0000 (03:52 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sun, 21 Feb 2010 03:52:22 +0000 (03:52 +0000)
commit4556434fc8e3ff59bd75172d63aeb586e070ab6b
tree5db1179767f227c9d55760cb3dd3d0ec6a13f9b8
parentd1b13d00548b8f72a0269c1c5ab21c7f03ca84e7
[NTOS]: Insert pages into zero list with specific MiInsertZeroListAtBack function instead of generic MiInsertInTailList. Allows us to handle insertion into colored page lists (not yet used) correctly, as well as update the page location to ZeroedPageList automatically (so don't let the callers do this anymore). Also handle memory threshold accounting.

svn path=/trunk/; revision=45645
reactos/ntoskrnl/mm/ARM3/miarm.h
reactos/ntoskrnl/mm/ARM3/pfnlist.c
reactos/ntoskrnl/mm/freelist.c