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
50void
52
53#ifdef __cplusplus
54}
55#endif /* __cplusplus */
56
57#endif /* __WMEM_ALLOCATOR_BLOCK_H__ */
58
59/*
60 * Editor modelines - https://www.wireshark.org/tools/modelines.html
61 *
62 * Local variables:
63 * c-basic-offset: 4
64 * tab-width: 8
65 * indent-tabs-mode: nil
66 * End:
67 *
68 * vi: set shiftwidth=4 tabstop=8 expandtab:
69 * :indentSize=4:tabSize=8:noTabs=true:
70 */
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
void wmem_block_allocator_init(wmem_allocator_t *allocator)
Initialize a block-based memory allocator.
Definition wmem_allocator_block.c:1093
void wmem_block_verify(wmem_allocator_t *allocator)
Verifies internal consistency of a wmem block allocator.
Definition wmem_allocator_block.c:319