12 #ifndef __WMEM_SCOPES_H__
13 #define __WMEM_SCOPES_H__
43 wmem_enter_packet_scope(
void);
47 wmem_leave_packet_scope(
void);
60 wmem_enter_file_scope(
void);
64 wmem_leave_file_scope(
void);
70 wmem_init_scopes(
void);
74 wmem_cleanup_scopes(
void);
Definition: wmem_allocator.h:27
WS_DLL_PUBLIC wmem_allocator_t * wmem_packet_scope(void)
Fetch the current packet scope.
Definition: wmem_scopes.c:46
WS_DLL_PUBLIC wmem_allocator_t * wmem_epan_scope(void)
Fetch the current epan scope.
Definition: wmem_scopes.c:108
WS_DLL_PUBLIC wmem_allocator_t * wmem_file_scope(void)
Fetch the current file scope.
Definition: wmem_scopes.c:75