12#ifndef __WMEM_SCOPES_H__
13#define __WMEM_SCOPES_H__
43wmem_enter_packet_scope(
void);
47wmem_leave_packet_scope(
void);
60wmem_enter_file_scope(
void);
64wmem_leave_file_scope(
void);
70wmem_init_scopes(
void);
74wmem_cleanup_scopes(
void);
Definition wmem_allocator.h:27
WS_DLL_PUBLIC wmem_allocator_t * wmem_file_scope(void)
Fetch the current file scope.
Definition wmem_scopes.c:75
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_packet_scope(void)
Fetch the current packet scope.
Definition wmem_scopes.c:46