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