HeapCheck.blocksAllocated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
blocksAllocated() | |
blocksAllocated(Int32) |
blocksAllocated()
public:
virtual long blocksAllocated();
public virtual long blocksAllocated ();
abstract member blocksAllocated : unit -> int64
override this.blocksAllocated : unit -> int64
Public Overridable Function blocksAllocated () As Long
Returns
Applies to
blocksAllocated(Int32)
public:
virtual long blocksAllocated(int _pool);
public virtual long blocksAllocated (int _pool);
abstract member blocksAllocated : int -> int64
override this.blocksAllocated : int -> int64
Public Overridable Function blocksAllocated (_pool As Integer) As Long
Parameters
- _pool
- Int32