Any alternative to the MmAllocateContiguousMemory?



Hi All,

As I found the MmAllocateContiguousMemory function is not available in
WDM architecture, does any alternative to it and provide contiguous memory
allocation from non-paged pool? So that we can directly access the allocated
memory from both user mode application and physical hardware device under
WDM.

Thanks in advance,

Best Regards,
Elliott
WDM beginner


.



Relevant Pages

  • Re: Any alternative to the MmAllocateContiguousMemory?
    ... As I found the MmAllocateContiguousMemory function is not available in WDM architecture, does any alternative to it and provide contiguous memory allocation from non-paged pool? ...
    (microsoft.public.development.device.drivers)
  • Re: Any alternative to the MmAllocateContiguousMemory?
    ... > WDM architecture, does any alternative to it and provide contiguous memory ... > allocation from non-paged pool? ...
    (microsoft.public.development.device.drivers)
  • Re: Windows array allocation problem
    ... If I know for sure how much will be unavailable, I can set the maximum allocation accordingly. ... DSOs/DLLs - which can be dynamically loaded at various addresses at ... it seems that allocating any array to any size is a risky business that might suddenly fail for lack of adequate contiguous memory. ...
    (comp.lang.fortran)
  • Re: contiguous memory allocation problem
    ... I sometimes see that the USB driver is unable to allocate contiguous memory ... I am thinking about pre-allocating some memory for USB, ... which the USB system uses for memory allocation? ... The machine in question is running FreeBSD 7-current from April. ...
    (freebsd-hackers)
  • Re: Size of contiguous memory
    ... DEVICE_DESCRIPTION structure can affect the size of contiguous memory ... Can I use MmAllocateContiguousMemory function in WDM driver? ... >> Regards, ...
    (microsoft.public.development.device.drivers)