alloc

alloc :: fn (size: usize, loc: ) *u8

Allocates count of bytes on heap using default allocator. Use free to free allocated memory when it’s no longer needed. Cause panic when allocation is not possible. This function use allocator set in _context.alloc_fn

Declared in: memory.bl