reactos/ntoskrnl/cc
Pierre Schweitzer a6e080bd3d
[NTOSKRNL] Avoid private cache map allocation for the first handle
Standard shared cache map provides space for a private cache map, do the same
and make it available for the first handle. It avoids two allocations in a row.
2018-02-09 21:52:41 +01:00
..
cacheman.c [NTOSKRNL] Bring an initial (and not perfect ;-)) implementation of read ahead to our Cc! 2018-02-09 10:14:11 +01:00
copy.c [NTOSKRNL] Modified CcCanIWrite to handle Mm throttling limits 2018-02-09 14:22:00 +01:00
fs.c [NTOSKRNL] Fix a ****ing bug where private cache map was deleted in CcUninitializeCacheMap() 2018-02-08 14:15:02 +01:00
lazywrite.c [NTOSKRNL] Silence lazy writer now we know it works 2018-02-09 11:05:44 +01:00
mdl.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pin.c [NTOSKRNL] Revert 2362e0f and 07e6e9c (partly) they seem to have caused high instability in Cc. 2018-02-08 13:40:54 +01:00
view.c [NTOSKRNL] Avoid private cache map allocation for the first handle 2018-02-09 21:52:41 +01:00