UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FForkPageProtector Class Reference

#include <UnixForkPageProtector.h>

Public Member Functions

void AddMemoryRegion (void *Address, uint64 Size)
 
void FreeMemoryRegion (void *Address)
 
void ProtectMemoryRegions ()
 
void UnProtectMemoryRegions ()
 
bool HandleNewCrashAddress (void *CrashAddress)
 

Static Public Member Functions

static FForkPageProtectorGet ()
 
static void OverrideGMalloc ()
 

Member Function Documentation

◆ AddMemoryRegion()

void UE::FForkPageProtector::AddMemoryRegion ( void Address,
uint64  Size 
)
inline

◆ FreeMemoryRegion()

void UE::FForkPageProtector::FreeMemoryRegion ( void Address)
inline

◆ Get()

static FForkPageProtector & UE::FForkPageProtector::Get ( )
inlinestatic

◆ HandleNewCrashAddress()

bool UE::FForkPageProtector::HandleNewCrashAddress ( void CrashAddress)
inline

◆ OverrideGMalloc()

static void UE::FForkPageProtector::OverrideGMalloc ( )
inlinestatic

◆ ProtectMemoryRegions()

void UE::FForkPageProtector::ProtectMemoryRegions ( )
inline

◆ UnProtectMemoryRegions()

void UE::FForkPageProtector::UnProtectMemoryRegions ( )
inline

The documentation for this class was generated from the following file: