A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 7df3287315 [NTOSKRNL]
- Implement "!pool" kdbg extension that works like in WinDbg
- Implement ExpCheckPoolAllocation to check a single allocation for sanity
- Rename MEMORY_ARE::PageOpCount (which is unused) to Magic and set it to 'MAre'
- Implement MiRosCheckMemoryAreas, that checks all memory areas for integrity and PspCheckProcessList that checks the process list. The code is not used anywhere, since it can cause a major performance impact, but it proved useful to detect non paged pool corruptions. So I'll commit it in the hope that it will be useful.

svn path=/trunk/; revision=58485
2013-03-13 18:13:55 +00:00
reactos [NTOSKRNL] 2013-03-13 18:13:55 +00:00
rosapps [CMAKE] 2012-12-22 15:45:00 +00:00
rostests [NTDLL_WINETEST] 2013-02-28 11:30:20 +00:00
wallpaper