Difference between revisions of "Kernel/MmAllocateContiguousMemory"

From xboxdevwiki
Jump to: navigation, search
(Add method description)
 
(No difference)

Latest revision as of 18:17, 23 September 2022

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