File: invisible.dox

package info (click to toggle)
libcwd 1.0.4-1.1
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 8,136 kB
  • ctags: 10,313
  • sloc: cpp: 23,354; sh: 9,798; ansic: 1,172; makefile: 852; exp: 234; awk: 11
file content (20 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!
\addtogroup group_invisible Invisible Allocations
\ingroup group_overview
*/
/*!
\page page_invisible
\ingroup group_invisible

<hr><h2>Detailed Description</h2>

Allocated memory blocks can be made invisible: They won't show up in
the \ref group_overview "overview of allocated memory" anymore.&nbsp;
Even more, the corresponding \ref libcwd::alloc_ct "alloc_ct" is destroyed:
\ref libcwd::find_alloc "find_alloc" will not find them anymore.&nbsp;
There is no other effect, \ref libcwd::test_delete "test_delete" will still work
and they still can be deleted in the normal way.

*/