summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_core.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-11-03 15:49:15 +0000
committerEvan Huus <eapache@gmail.com>2012-11-03 15:49:15 +0000
commit2737b7b7d315b1bef98159fec17808d82bdcd5cd (patch)
treeb95cd71f03c5133af81f9adee692540f3d769ee7 /epan/wmem/wmem_core.h
parentb1173839618743eff4028ef6d4c1a634a2b54335 (diff)
downloadwireshark-2737b7b7d315b1bef98159fec17808d82bdcd5cd.tar.gz
Add wmem scopes for packet and file lifetimes. The file lifetime scope isn't
yet initialized because I can't figure out where the enter() and leave() calls should go - the obvious place in packet.c causes a lot of assertion errors. svn path=/trunk/; revision=45879
Diffstat (limited to 'epan/wmem/wmem_core.h')
-rw-r--r--epan/wmem/wmem_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/wmem/wmem_core.h b/epan/wmem/wmem_core.h
index fdb2d82fce..7937a8bda3 100644
--- a/epan/wmem/wmem_core.h
+++ b/epan/wmem/wmem_core.h
@@ -48,9 +48,6 @@ wmem_free_all(wmem_allocator_t *allocator);
void
wmem_destroy_allocator(wmem_allocator_t *allocator);
-wmem_allocator_t *
-wmem_epan_scope(void);
-
void
wmem_init(void);