unw_destroy_addr_space.tex 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. \documentclass{article}
  2. \usepackage[fancyhdr,pdf]{latex2man}
  3. \input{common.tex}
  4. \begin{document}
  5. \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space
  6. \end{Name}
  7. \section{Synopsis}
  8. \File{\#include $<$libunwind.h$>$}\\
  9. \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
  10. \section{Description}
  11. The \Func{unw\_destroy\_addr\_space}() routine destroys the
  12. address space specified by argument \Var{as} and thereby releases
  13. all associated resources (such as memory).
  14. Applications must not destroy the local address space
  15. \Var{unw\_local\_addr\_space}. Attempting to do so results in
  16. undefined behavior (e.g., the application may crash).
  17. \section{See Also}
  18. \SeeAlso{libunwind(3)},
  19. \SeeAlso{unw\_create\_addr\_space(3)}
  20. \section{Author}
  21. \noindent
  22. David Mosberger-Tang\\
  23. Email: \Email{dmosberger@gmail.com}\\
  24. WWW: \URL{http://www.nongnu.org/libunwind/}.
  25. \LatexManEnd
  26. \end{document}