TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / wsutil / wmem / wmem_allocator_simple.h
bloba843525e4e9c4d26152986c9fac552de5a5320eb
1 /** @file
3 * Definitions for the Wireshark Memory Manager Simple Allocator
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
13 #ifndef __WMEM_ALLOCATOR_SIMPLE_H__
14 #define __WMEM_ALLOCATOR_SIMPLE_H__
16 #include "wmem_core.h"
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* __cplusplus */
22 void
23 wmem_simple_allocator_init(wmem_allocator_t *allocator);
25 #ifdef __cplusplus
27 #endif /* __cplusplus */
29 #endif /* __WMEM_ALLOCATOR_SIMPLE_H__ */
32 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 * Local variables:
35 * c-basic-offset: 4
36 * tab-width: 8
37 * indent-tabs-mode: nil
38 * End:
40 * vi: set shiftwidth=4 tabstop=8 expandtab:
41 * :indentSize=4:tabSize=8:noTabs=true: