aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-10-08 12:38:39 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-10-08 12:38:39 +0000
commit26312023d8ba0908141961333c42db688372016e (patch)
treec3f339543fc8b6ec07b487969955e0ab7ce3e65d /doc/README.malloc
parent4ef4ca657d6c9dca5c80edaf90a21abebce03a97 (diff)
set Id and eol-style
svn path=/trunk/; revision=16168
Diffstat (limited to 'doc/README.malloc')
-rw-r--r--doc/README.malloc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 033c725398..9c4d6ea90a 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,4 +1,4 @@
-$Id: README.malloc 11400 2004-07-18 00:24:25Z guy $
+$Id$
In order to make memory management easier and to reduce the probability of memory leaks ethereal provides its own memory management API.
This API is implemented inside epan/emem.c and provides memory allocation functions where the allocated memory is automatically freed at certain points.