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