Share via


HeapCheck.blocksAllocated Method

Definition

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

Returns

Applies to