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