1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixes to the progdoc.

This commit is contained in:
Martin Mares
2000-06-07 13:25:53 +00:00
parent 38203d789a
commit 58f7d004fd
17 changed files with 73 additions and 74 deletions

View File

@@ -19,10 +19,10 @@
* constructors and destructors.
*
* When the |DEBUGGING| switch is turned on, we automatically fill all
* newly allocated and freed blocks with a special patterns to make detection
* newly allocated and freed blocks with a special pattern to make detection
* of use of uninitialized or already freed memory easier.
*
* Example: Nodes of a FIB are allocated from a Slab.
* Example: Nodes of a FIB are allocated from a per-FIB Slab.
*/
#include <stdlib.h>