Allocate a size-byte buffer with std::malloc, throwing on failure.
size
std::malloc
Declared in <folly/Memory.h>
<folly/Memory.h>
SysBufferUniquePtr allocate_sys_buffer(std::size_t size);
A unique_ptr owning the allocated buffer.