Allocates a slice with malloc. This does not add GC roots so when using the runtime do not use such slice as traceable.
See Implementation
Allocates a slice with malloc. This does not add GC roots so when using the runtime do not use such slice as traceable.