SysAllocPaged::GetInfo

SysAllocPaged::GetInfo
virtual void GetInfo(Info* i) const = 0;
Description

GetInfo returns the allocator alignment support and granularity capabilities of the system allocator implementation by filling in the information structure, Info. MemoryHeap implementation takes these values into account when making allocation calls.

Parameters
Parameters 
Description 
Info* i 
Pointer to the information structure. See Info