Allocates a slice with malloc, but does not initialize the content. 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, but does not initialize the content. This does not add GC roots so when using the runtime do not use such slice as traceable.