FallbackAllocator.allocate

Allocates memory trying the primary allocator first. If it returns null, the fallback allocator is tried.

struct FallbackAllocator(Primary, Fallback)
void[]
allocate
(
size_t s
)

Meta