unw_destroy_addr_space.man 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. .fi
  11. ..
  12. .TH "UNW\\_DESTROY\\_ADDR\\_SPACE" "3" "16 August 2007" "Programming Library " "Programming Library "
  13. .SH NAME
  14. unw_destroy_addr_space
  15. \-\- destroy unwind address space
  16. .PP
  17. .SH SYNOPSIS
  18. .PP
  19. #include <libunwind.h>
  20. .br
  21. .PP
  22. void
  23. unw_destroy_addr_space(unw_addr_space_t
  24. as);
  25. .br
  26. .PP
  27. .SH DESCRIPTION
  28. .PP
  29. The unw_destroy_addr_space()
  30. routine destroys the
  31. address space specified by argument as
  32. and thereby releases
  33. all associated resources (such as memory).
  34. .PP
  35. Applications must not destroy the local address space
  36. unw_local_addr_space\&.
  37. Attempting to do so results in
  38. undefined behavior (e.g., the application may crash).
  39. .PP
  40. .SH SEE ALSO
  41. .PP
  42. libunwind(3),
  43. unw_create_addr_space(3)
  44. .PP
  45. .SH AUTHOR
  46. .PP
  47. David Mosberger\-Tang
  48. .br
  49. Email: \fBdmosberger@gmail.com\fP
  50. .br
  51. WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
  52. .\" NOTE: This file is generated, DO NOT EDIT.