Initial import
[external/libunwind.git] / doc / unw_destroy_addr_space.man
1 '\" t
2 .\" Manual page created with latex2man on Thu Aug 16 09:44:45 MDT 2007
3 .\" NOTE: This file is generated, DO NOT EDIT.
4 .de Vb
5 .ft CW
6 .nf
7 ..
8 .de Ve
9 .ft R
10
11 .fi
12 ..
13 .TH "UNW\\_DESTROY\\_ADDR\\_SPACE" "3" "16 August 2007" "Programming Library " "Programming Library "
14 .SH NAME
15 unw_destroy_addr_space
16 \-\- destroy unwind address space 
17 .PP
18 .SH SYNOPSIS
19
20 .PP
21 #include <libunwind.h>
22 .br
23 .PP
24 void
25 unw_destroy_addr_space(unw_addr_space_t
26 as);
27 .br
28 .PP
29 .SH DESCRIPTION
30
31 .PP
32 The unw_destroy_addr_space()
33 routine destroys the 
34 address space specified by argument as
35 and thereby releases 
36 all associated resources (such as memory). 
37 .PP
38 Applications must not destroy the local address space 
39 unw_local_addr_space\&.
40 Attempting to do so results in 
41 undefined behavior (e.g., the application may crash). 
42 .PP
43 .SH SEE ALSO
44
45 .PP
46 libunwind(3),
47 unw_create_addr_space(3)
48 .PP
49 .SH AUTHOR
50
51 .PP
52 David Mosberger\-Tang
53 .br
54 Email: \fBdmosberger@gmail.com\fP
55 .br
56 WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
57 .\" NOTE: This file is generated, DO NOT EDIT.