Toggle navigation
Documentation
It's really very interesting.
heap_private.hpp
Go to the documentation of this file.
1
20
21
#pragma once
22
24
typedef
struct
{
25
// cppcheck-suppress unusedStructMember
26
char
*
start
;
27
// cppcheck-suppress unusedStructMember
28
char
*
end
;
29
}
sysmon_heap_t
;
sysmon_heap_t::start
char * start
Heap start.
Definition:
heap_private.hpp:26
sysmon_heap_t
Heap description.
Definition:
heap_private.hpp:24
sysmon_heap_t::end
char * end
Heap end.
Definition:
heap_private.hpp:28
Generated on Wed Feb 12 2025 12:00:35 by
1.8.17