create_buffer
Description:
Allocates a buffer using a BufferPool if present, or else using the configured Allocator and AllocationParams
MT safe.
Parameters:
| this |
a Harness |
| size |
a size_t specifying the size of the buffer |
Returns:
|
a Buffer of size |