Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
21extern "C" {
22#endif /* __cplusplus */
23
37WS_DLL_LOCAL
38void
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 */
enum _wmem_cb_event_t wmem_cb_event_t
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
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