Update wmem docs

svn path=/trunk/; revision=47549
This commit is contained in:
Evan Huus 2013-02-08 01:50:35 +00:00
parent b636b88646
commit 63313f0c70
1 changed files with 3 additions and 2 deletions

View File

@ -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