Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Macros | |
#define | wmem_array_append_one(ARRAY, VAL) wmem_array_append((ARRAY), &(VAL), 1) |
Typedefs | |
typedef struct _wmem_array_t | wmem_array_t |
Functions | |
WS_DLL_PUBLIC wmem_array_t * | wmem_array_sized_new (wmem_allocator_t *allocator, size_t elem_size, unsigned alloc_count) G_GNUC_MALLOC |
WS_DLL_PUBLIC wmem_array_t * | wmem_array_new (wmem_allocator_t *allocator, const size_t elem_size) G_GNUC_MALLOC |
WS_DLL_PUBLIC void | wmem_array_grow (wmem_array_t *array, const unsigned to_add) |
WS_DLL_PUBLIC void | wmem_array_set_null_terminator (wmem_array_t *array) |
WS_DLL_PUBLIC void | wmem_array_bzero (wmem_array_t *array) |
WS_DLL_PUBLIC void | wmem_array_append (wmem_array_t *array, const void *in, unsigned count) |
WS_DLL_PUBLIC void * | wmem_array_index (wmem_array_t *array, unsigned array_index) |
WS_DLL_PUBLIC int | wmem_array_try_index (wmem_array_t *array, unsigned array_index, void *val) |
WS_DLL_PUBLIC void | wmem_array_sort (wmem_array_t *array, int(*compar)(const void *, const void *)) |
WS_DLL_PUBLIC void * | wmem_array_get_raw (wmem_array_t *array) |
WS_DLL_PUBLIC unsigned | wmem_array_get_count (wmem_array_t *array) |
WS_DLL_PUBLIC void * | wmem_array_finalize (wmem_array_t *array) |
WS_DLL_PUBLIC void | wmem_destroy_array (wmem_array_t *array) |
Definitions for the Wireshark Memory Manager Array Copyright 2013, Evan Huus eapac.nosp@m.he@g.nosp@m.mail..nosp@m.com
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later