aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-02-23 16:52:13 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-02-23 16:52:13 +0000
commit060c5da8767d27903c0cd3c5a67b5c320acbfc62 (patch)
treec595f8b1329c40e49ab7e862f2ea72caa526e657 /doc/README.malloc
parentb678c64c5af7351a9920b7c468f5a692fbfd8273 (diff)
Add ep_tvb_memdup() description to documentation
svn path=/trunk/; revision=17381
Diffstat (limited to 'doc/README.malloc')
-rw-r--r--doc/README.malloc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 9b1305641d..69619bf8d4 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,4 +1,4 @@
-$Id:$
+$Id$
1. Introduction
@@ -72,4 +72,8 @@ ep_stack_push() : pushes an element into the stack.
ep_stack_pop() : pops an element from the stack.
ep_stack_peek() : returns the top element of the stack without popping it.
+3.4 tvbuff related functions
+
+ep_tvb_memdup(): create an ephemeral duplicate of part of the tvbuff
+