What functionality does the stackalloc keyword provide? When and Why would I want to use it?
stackalloc
stackalloc directs the .net runtime to allocate memory on the stack.