|
From: Carlo W. <li...@us...> - 2001-12-10 01:56:26
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-10 01:56:25 UTC
Modified files:
Tag: branch-threading
libcwd/documentation/alloc_intro.dox
Log message:
Added a few references
---------------------- diff included ----------------------
Index: src/libcwd/documentation/alloc_intro.dox
diff -u src/libcwd/documentation/alloc_intro.dox:1.1.2.3 src/libcwd/documentation/alloc_intro.dox:1.1.2.4
--- src/libcwd/documentation/alloc_intro.dox:1.1.2.3 Fri Dec 7 18:06:23 2001
+++ src/libcwd/documentation/alloc_intro.dox Sun Dec 9 17:56:15 2001
@@ -9,10 +9,10 @@
Unless \link enable_libcwd_alloc --disable-libcwd-alloc \endlink was specified during configuration then
the following memory allocation and de-allocation debugging features are provided by libcwd:
--# Checking if a pointer that is passed to a memory de-allocation function is valid;
+-# Checking if a pointer that is passed to a memory de-allocation function is \ref chapter_validation "valid";
and if this pointer was previously returned by a corresponding allocation function.
-# Finding the start, size, place of allocation in the source code and allocator type of an
- allocated memory block when given a pointer which points inside of it.
+ allocated memory block when given a pointer which points inside of it (see \ref group_finding).
-# Providing means to add type info and a description to the Allocated memory Overview (using <CODE>AllocTag()</CODE></a>).
-# Listing \ref group_overview "an overview of allocated memory" to a \ref group_debug_object "Debug Object".
-# Boundary checks of allocated blocks, by means of \ref chapter_magic_numbers "magic numbers" (see also \ref enable_libcwd_magic).
----------------------- End of diff -----------------------
|