Share via


HeapCheck.smallBlockSize Method

Definition

Overloads

smallBlockSize(Int32)
smallBlockSize(Int32, Int32)

smallBlockSize(Int32)

public:
 virtual int smallBlockSize(int num1);
public virtual int smallBlockSize (int num1);
abstract member smallBlockSize : int -> int
override this.smallBlockSize : int -> int
Public Overridable Function smallBlockSize (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

smallBlockSize(Int32, Int32)

public:
 virtual int smallBlockSize(int _pool, int _blockSize);
public virtual int smallBlockSize (int _pool, int _blockSize);
abstract member smallBlockSize : int * int -> int
override this.smallBlockSize : int * int -> int
Public Overridable Function smallBlockSize (_pool As Integer, _blockSize As Integer) As Integer

Parameters

_pool
Int32
_blockSize
Int32

Returns

Applies to