MemoryHeap::GetStats

MemoryHeap::GetStats
virtual bool GetStats(StatBag* bag) = 0;
Description

GetStats obtains the memory statistics for the heap. Returns false if the statistics is not supported.

Parameters
Parameters 
Description 
StatBag* bag 
Collection of statistics pertaining to the memory heap. See StatBag
Return Value

A value of true if the statistics are returned otherwise false.