IFreeList.minimize

Ensures that the free list contains at most the specified number of items.

interface IFreeList(T)
typeof(this)
minimize
(
size_t num = 0
)

Parameters

num size_t

maximum number of items desired in free list

Return Value

Type: typeof(this)

this

Meta