regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / wsutil / wmem / wmem_allocator_block_fast.h
blobff5f90cd4f77b51928c9c4a1755e7a5660710f94
1 /** @file
3 * Definitions for the Wireshark Memory Manager Fast Large-Block Allocator
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __WMEM_ALLOCATOR_BLOCK_FAST_H__
13 #define __WMEM_ALLOCATOR_BLOCK_FAST_H__
15 #include "wmem_core.h"
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
21 void
22 wmem_block_fast_allocator_init(wmem_allocator_t *allocator);
24 #ifdef __cplusplus
26 #endif /* __cplusplus */
28 #endif /* __WMEM_ALLOCATOR_BLOCK_FAST_H__ */
31 * Editor modelines - https://www.wireshark.org/tools/modelines.html
33 * Local variables:
34 * c-basic-offset: 4
35 * tab-width: 8
36 * indent-tabs-mode: nil
37 * End:
39 * vi: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true: