HyperDbg Debugger
Loading...
Searching...
No Matches
Allocations.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
20
23
24VOID
26
27VOID
VOID GlobalEventsFreeMemory(VOID)
Free event store memory.
Definition Allocations.c:88
VOID GlobalDebuggingStateFreeMemory(VOID)
Free debugging state memory.
Definition Allocations.c:49
BOOLEAN GlobalEventsAllocateZeroedMemory(VOID)
Allocate event store memory.
Definition Allocations.c:61
BOOLEAN GlobalDebuggingStateAllocateZeroedMemory(VOID)
Allocate debugging state memory.
Definition Allocations.c:21
UCHAR BOOLEAN
Definition BasicTypes.h:39
#define VOID
Definition BasicTypes.h:33