aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-11-09 00:10:21 +0000
committerEvan Huus <eapache@gmail.com>2012-11-09 00:10:21 +0000
commitc3ee061e59e4bb3cf093af5522655daaf15e30d7 (patch)
tree9651137169672e86446795ef4dd880a81d654abf /doc/README.wmem
parent9f03dfb42d1e25537233e7230ec0d41def71b2e4 (diff)
Update wmem README to reflect the fact that wmem_file_scope() now works.
svn path=/trunk/; revision=45978
Diffstat (limited to 'doc/README.wmem')
-rw-r--r--doc/README.wmem5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index aab6fb6abf..710ddd16a4 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -54,13 +54,10 @@ could be replaced with
wmem_alloc(wmem_packet_scope(), 20);
-NB: Using these pools outside of the appropriate scope (ie using the packet
+NB: Using these pools outside of the appropriate scope (eg using the packet
pool when there isn't a packet being dissected) will throw an assertion.
See the comment in epan/wmem/wmem_scopes.c for details.
-XXX: The file scope is currently broken - using it will always throw an
- assertion.
-
2.2 Core API
- wmem_alloc