How to Allocate Non-Cached Memory for an NDIS Driver

Q124079


The information in this article applies to:

An NDIS driver making a call to NdisAllocateMemory faces certain restrictions when attempting to allocate non-cached memory. To safely allocate non-cached memory, you need to make the call at the IRQL < PASSIVE_LEVEL. In the NDIS environment, you can only be assured that your driver is running at this level in the initialization code. Therefore, if you anticipate the need for using non-cached memory during the execution of your driver code, make the call to NdisAllocateMemory in the initialization code.

Additional query words: 3.10 3.50

Keywords :
Issue type :
Technology :


Last Reviewed: March 1, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.