Function StackPool.Warmup
Warmup
(int count)
Makes sure the pool contains at least count pooled items.
Public
Static
void Warmup (
int | count |
Makes sure the pool contains at least count pooled items.
This is good if you want to do all allocations at start.