Allocates a block of memory from the slice allocator and copies block_size bytes into it from mem_block. Since 2.14
the number of bytes to allocate
the memory to copy
a pointer to the allocated memory block
See Implementation
Allocates a block of memory from the slice allocator and copies block_size bytes into it from mem_block. Since 2.14