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