- Made it possible to allocate a pageop only if no other pageop for the given address...
authorHartmut Birr <osexpert@googlemail.com>
Fri, 5 Mar 2004 11:31:59 +0000 (11:31 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Fri, 5 Mar 2004 11:31:59 +0000 (11:31 +0000)
commit30264d875a041c0c3dcb4b9a69db8c868afdd62c
tree32a27bc8f7228188709e87dae2b4b142e5de4f96
parent35cd217de408e78afe2b7f414fb6a908a13564fc
- Made it possible to allocate a pageop only if no other pageop for the given address exist.
- Try to pageout a page only if no other access to the page exist.
- Gave a free page only to the next waiting request (in MmReleasePageMemoryConsumer),
  if sufficient free pages are available.

svn path=/trunk/; revision=8546
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/anonmem.c
reactos/ntoskrnl/mm/balance.c
reactos/ntoskrnl/mm/pageop.c
reactos/ntoskrnl/mm/rmap.c
reactos/ntoskrnl/mm/section.c