Function stackalloc::alloca_zeroed
source · [−]Expand description
Allocate a runtime length zeroed byte buffer on the stack, call callback with this buffer, and then deallocate the buffer.
See alloca().
Allocate a runtime length zeroed byte buffer on the stack, call callback with this buffer, and then deallocate the buffer.
See alloca().