BoehmAllocator.allocate

Allocates memory of specified size, returns null if allocation fails

struct BoehmAllocator
@trusted @nogc nothrow shared
void[]
allocate
(
size_t bytes
)

Meta