[NTOSKRNL] Add a non paged memory dumper in case of low memory situation.
authorPierre Schweitzer <pierre@reactos.org>
Tue, 5 Dec 2017 22:19:11 +0000 (23:19 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 5 Dec 2017 22:19:11 +0000 (23:19 +0100)
commit149e1a261013c5c3b24ab1c5ee82517646c3740f
treee0a7c05c3c73171e8c83fff87e14a91fb26be19f
parente36b89addba874fc9aa898a42e894ef37465cd30
[NTOSKRNL] Add a non paged memory dumper in case of low memory situation.
Its purpose is to dump the non paged consumption, tag by tag,
to allow tracking potential faulting driver in case ReactOS starts lacking memory.
This will look like what !poolused outputs, even though it doesn't deal with paged pool.

Thanks to Thomas for his kind review and improvement suggestions.

CORE-14048
ntoskrnl/mm/ARM3/expool.c