This means the stack should be heap allocated, which makes sense as beyond 1KB one should really be using the heap rather than the stack.
20 KiB
20 KiB
This means the stack should be heap allocated, which makes sense as beyond 1KB one should really be using the heap rather than the stack.