Searched hist:a65bee6705ac73bb334ee052bcf1e85bcc9efceb (Results 1 – 1 of 1) sorted by relevance
/freebsd/share/man/man9/ |
H A D | stack.9 | diff a65bee6705ac73bb334ee052bcf1e85bcc9efceb Mon Mar 07 02:12:28 CET 2022 Eric van Gyzen <vangyzen@FreeBSD.org> stack(9): dynamic allocation is not necessary
The man page said dynamic allocation was required, but struct stack can be allocated in any way, including on the stack. Make this clear, and explain how to initialize the struct.
While I'm here, stack_save does not require any lock.
Reviewed by: markj, Pau Amma <pauamma_gundo.com> MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D34461
|