FreeList.minimize

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

class FreeList(T)
typeof(this)
minimize
(
size_t num = 0
)

Parameters

num size_t

maximum number of idle items desired in free list

Return Value

Type: typeof(this)

this

Meta