Kernel/MmAllocateContiguousMemory

From xboxdevwiki
Jump to: navigation, search

Allocates a range of physically contiguous, cache-aligned memory from nonpaged pool (main pool on xbox).

XBSYSAPI EXPORTNUM(165) PVOID NTAPI MmAllocateContiguousMemory
(
	IN ULONG NumberOfBytes
);

Source