aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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
+