Home | History | Annotate | Download | only in doc
      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 
     19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
     20 address space specified by argument \Var{as} and thereby releases
     21 all associated resources (such as memory).
     22 
     23 Applications must not destroy the local address space
     24 \Var{unw\_local\_addr\_space}.  Attempting to do so results in
     25 undefined 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
     35 David Mosberger-Tang\\
     36 Email: \Email{dmosberger (a] gmail.com}\\
     37 WWW: \URL{http://www.nongnu.org/libunwind/}.
     38 \LatexManEnd
     39 
     40 \end{document}
     41