NonPagedPool vs PagedPool

Here you can discuss ReactOS related topics.

Moderator: Moderator Team

Post Reply
zackni111
Posts: 1
Joined: Sun Dec 08, 2019 11:47 am

NonPagedPool vs PagedPool

Post by zackni111 »

In the IopCreateFile Routine inside the directory io/iomgr, we will see the following code:

/* Allocate the open packet */
OpenPacket = ExAllocatePoolWithTag(NonPagedPool, sizeof(*OpenPacket), 'pOoI');


My question is why we use NonPagedPool not PagedPool?

Thank you,
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Yandex [Bot] and 15 guests