3 * Definitions for the Wireshark Memory Manager
4 * Copyright 2012, Evan Huus <eapache@gmail.com>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
16 #include "wmem_array.h"
17 #include "wmem_core.h"
18 #include "wmem_list.h"
20 #include "wmem_miscutl.h"
21 #include "wmem_multimap.h"
22 #include "wmem_queue.h"
23 #include "wmem_stack.h"
24 #include "wmem_strbuf.h"
25 #include "wmem_strutl.h"
26 #include "wmem_tree.h"
27 #include "wmem_interval_tree.h"
28 #include "wmem_user_cb.h"
30 #endif /* __WMEM_H__ */
33 * Editor modelines - https://www.wireshark.org/tools/modelines.html
38 * indent-tabs-mode: nil
41 * vi: set shiftwidth=4 tabstop=8 expandtab:
42 * :indentSize=4:tabSize=8:noTabs=true: