Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
彼らはページングできないメモリを参照していますか、それとも何ですか?常駐ストレージへの参照が見つかりません。
ここで説明したように、常駐メモリとは、現在ページングされていないメモリを指します。NonPagedPoolたとえば、から割り当てられたメモリは常に常駐しますが、から割り当てられたメモリPagedPoolは常駐できますが、使用する前にメモリがページアウトされていないことを確認する必要があります(コンテキストIRQL要件によって異なります)。
NonPagedPool
PagedPool