Creates a new memory pool and pre-allocates initial_size
items. This allows the up to initial_size
active allocations before a OutOfMemory
error happens when calling create()
.
Creates a new memory pool and pre-allocates initial_size
items. This allows the up to initial_size
active allocations before a OutOfMemory
error happens when calling create()
.