Returns memory block of the request size.
If there is no preallocated block in the pool, new'd be allocated (with blockSize length regardless of len parameter).
Address of the memory block or null if it fails to allocate.
See Implementation
Returns memory block of the request size.
If there is no preallocated block in the pool, new'd be allocated (with blockSize length regardless of len parameter).