summaryrefslogtreecommitdiff
path: root/doc/unw_destroy_addr_space.tex
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2003-03-11 01:05:47 +0000
committermostang.com!davidm <mostang.com!davidm>2003-03-11 01:05:47 +0000
commit40fe9d445978a588bb36422ad6f097b0c0cf72ac (patch)
tree95adf4bd61c2d211fea6e845b126e25a11d34a6f /doc/unw_destroy_addr_space.tex
parent0f0eb30d787f94f560dc2ef872d53a7d0a75fd07 (diff)
downloadlibunwind-40fe9d445978a588bb36422ad6f097b0c0cf72ac.tar.gz
(Logical change 1.60)
Diffstat (limited to 'doc/unw_destroy_addr_space.tex')
-rw-r--r--doc/unw_destroy_addr_space.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/unw_destroy_addr_space.tex b/doc/unw_destroy_addr_space.tex
new file mode 100644
index 00000000..9f0bab39
--- /dev/null
+++ b/doc/unw_destroy_addr_space.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage[fancyhdr,pdf]{latex2man}
+
+\input{common.tex}
+
+\begin{document}
+
+\begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}
+
+ unw\_destroy\_addr\_space -- destroy unwind address space
+\end{Name}
+
+\section{Synopsis}
+
+\File{\#include $<$libunwind.h$>$}\\
+
+\Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
+
+\section{Description}
+
+The \Func{unw\_destroy\_addr\_space}() routine destroys the
+address space specified by argument \Var{as} and thereby releases
+all associated resources (such as memory).
+
+\end{Description}
+
+\section{See Also}
+
+\SeeAlso{libunwind(3)},
+\SeeAlso{unw\_create\_addr\_space(3)}
+
+\section{Author}
+
+\noindent
+David Mosberger-Tang\\
+Hewlett-Packard Labs\\
+Palo-Alto, CA 94304\\
+Email: \Email{davidm@hpl.hp.com}\\
+WWW: \URL{http://www.hpl.hp.com/research/linux/libunwind/}.
+\LatexManEnd
+
+\end{document}