aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-02-08 01:50:35 +0000
committerEvan Huus <eapache@gmail.com>2013-02-08 01:50:35 +0000
commit63313f0c7063a8bafea7cd87f63c805d0ce906d2 (patch)
treef8ac9195d349a02ef775acf985c6756dc61c3173 /doc/README.wmem
parentb636b8864639e07b589cc7cf7f22c48ee6c96e5e (diff)
Update wmem docs
svn path=/trunk/; revision=47549
Diffstat (limited to 'doc/README.wmem')
-rw-r--r--doc/README.wmem5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index 3b09935a0a..18de24a327 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -79,6 +79,8 @@ to the lifetime of the pinfo struct.
- wmem_alloc0
- wmem_new
- wmem_new0
+ - wmem_realloc
+ - wmem_free
2.3 String Utilities
@@ -247,8 +249,8 @@ read-only by the allocator implementation.
4.1.2 Consumer Functions
- alloc()
- - realloc()
- free()
+ - realloc()
These function pointers should be set to functions with semantics obviously
similar to their standard-library namesakes. Each one takes an extra parameter
@@ -321,7 +323,6 @@ be nice if wmem did provide them:
- radix tree
- dynamic array
- hash table
- - realloc
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html