Advertisement
pushrbx

Untitled

Dec 17th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Dictionary<int, ParameterizedPool<byte[]>> poolCollection;
  2.  
  3. $maxInstanceCount = 6000
  4. $parameter = get bytearray size
  5. # bytearray size is the key here
  6. if (key not in dictionary) {
  7. create new ParameterizedPool($parameter, $maxInstanceCount)
  8. add to poolCollection
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement