Kernel/MmAllocateContiguousMemory

From xboxdevwiki
Revision as of 18:17, 23 September 2022 by Agarmash (talk | contribs) (Add method description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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