FallbackAllocator.allocate
void[] allocate(size_t s)Allocates memory trying the primary allocator first. If it returns null, the fallback allocator is tried.
void[] allocate(size_t s)Allocates memory trying the primary allocator first. If it returns null, the fallback allocator is tried.