Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
wmem
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
19
extern
"C"
{
20
#endif
/* __cplusplus */
21
35
void
36
wmem_block_allocator_init
(
wmem_allocator_t
*allocator);
37
38
/* Exposed only for testing purposes */
39
void
40
wmem_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
*/
_wmem_allocator_t
Definition
wmem_allocator.h:27
wmem_block_allocator_init
void wmem_block_allocator_init(wmem_allocator_t *allocator)
Initialize a block-based memory allocator.
Definition
wmem_allocator_block.c:1093
wmem_core.h
Generated by
1.9.8