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