virtual bool GetStats(StatBag* bag) = 0;
GetStats obtains the memory statistics for the heap. Returns false if the statistics is not supported.
|
Parameters |
Description |
|
StatBag* bag |
Collection of statistics pertaining to the memory heap. See StatBag. |
A value of true if the statistics are returned otherwise false.