Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
wmem
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
19
extern
"C"
{
20
#endif
/* __cplusplus */
21
37
void
38
wmem_simple_allocator_init
(
wmem_allocator_t
*allocator);
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
*/
_wmem_allocator_t
Definition
wmem_allocator.h:27
wmem_simple_allocator_init
void wmem_simple_allocator_init(wmem_allocator_t *allocator)
Initialize a simple memory allocator.
Definition
wmem_allocator_simple.c:120
wmem_core.h
Generated by
1.9.8