Skip to main content

MmAllocateContiguousMemorySpecifyCache

Function MmAllocateContiguousMemorySpecifyCache 

Source
pub unsafe extern "C" fn MmAllocateContiguousMemorySpecifyCache(
    NumberOfBytes: SIZE_T,
    LowestAcceptableAddress: PHYSICAL_ADDRESS,
    HighestAcceptableAddress: PHYSICAL_ADDRESS,
    BoundaryAddressMultiple: PHYSICAL_ADDRESS,
    CacheType: MEMORY_CACHING_TYPE,
) -> PVOID