![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <glib.h>
Go to the source code of this file.
Typedefs | |
typedef enum _wmem_cb_event_t | wmem_cb_event_t |
typedef bool(* | wmem_user_cb_t) (wmem_allocator_t *, wmem_cb_event_t, void *) |
Enumerations | |
enum | _wmem_cb_event_t { WMEM_CB_FREE_EVENT , WMEM_CB_DESTROY_EVENT } |
Functions | |
WS_DLL_PUBLIC unsigned | wmem_register_callback (wmem_allocator_t *allocator, wmem_user_cb_t callback, void *user_data) |
WS_DLL_PUBLIC void | wmem_unregister_callback (wmem_allocator_t *allocator, unsigned id) |