Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wmem_allocator_block_fast.h
Go to the documentation of this file.
1
12#ifndef __WMEM_ALLOCATOR_BLOCK_FAST_H__
13#define __WMEM_ALLOCATOR_BLOCK_FAST_H__
14
15#include "wmem_core.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif /* __cplusplus */
20
35void
37
38#ifdef __cplusplus
39}
40#endif /* __cplusplus */
41
42#endif /* __WMEM_ALLOCATOR_BLOCK_FAST_H__ */
43
44/*
45 * Editor modelines - https://www.wireshark.org/tools/modelines.html
46 *
47 * Local variables:
48 * c-basic-offset: 4
49 * tab-width: 8
50 * indent-tabs-mode: nil
51 * End:
52 *
53 * vi: set shiftwidth=4 tabstop=8 expandtab:
54 * :indentSize=4:tabSize=8:noTabs=true:
55 */
Definition wmem_allocator.h:27
void wmem_block_fast_allocator_init(wmem_allocator_t *allocator)
Initialize a fast block-based memory allocator.
Definition wmem_allocator_block_fast.c:230