12#ifndef __WMEM_SCOPES_H__
13#define __WMEM_SCOPES_H__
41wmem_enter_file_scope(
void);
45wmem_leave_file_scope(
void);
51wmem_init_scopes(
void);
55wmem_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:45
WS_DLL_PUBLIC wmem_allocator_t * wmem_epan_scope(void)
Fetch the current epan scope.
Definition wmem_scopes.c:76