virtual void GetInfo(Info* i) const = 0;
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 |
Description |
Info* i |
Pointer to the information structure. See Info. |