Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
wmem
wmem_user_cb_int.h
Go to the documentation of this file.
1
13
#ifndef __WMEM_USER_CB_INT_H__
14
#define __WMEM_USER_CB_INT_H__
15
16
#include <glib.h>
17
18
#include "
wmem_user_cb.h
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
/* __cplusplus */
23
37
WS_DLL_LOCAL
38
void
39
wmem_call_callbacks
(
wmem_allocator_t
*allocator,
wmem_cb_event_t
event);
40
41
#ifdef __cplusplus
42
}
43
#endif
/* __cplusplus */
44
45
#endif
/* __WMEM_USER_CB_INT_H__ */
46
47
/*
48
* Editor modelines - https://www.wireshark.org/tools/modelines.html
49
*
50
* Local variables:
51
* c-basic-offset: 4
52
* tab-width: 8
53
* indent-tabs-mode: nil
54
* End:
55
*
56
* vi: set shiftwidth=4 tabstop=8 expandtab:
57
* :indentSize=4:tabSize=8:noTabs=true:
58
*/
wmem_cb_event_t
enum _wmem_cb_event_t wmem_cb_event_t
_wmem_allocator_t
Internal memory allocator interface used by the wmem subsystem.
Definition
wmem_allocator.h:34
wmem_user_cb.h
wmem_call_callbacks
WS_DLL_LOCAL void wmem_call_callbacks(wmem_allocator_t *allocator, wmem_cb_event_t event)
Invoke registered callbacks for a given allocator and event.
Definition
wmem_user_cb.c:26
Generated by
1.9.8