paging.h
|
|
Report that VirtualProtect or mprotect failed and abort program execution.
static void mprotectFailed( void )
Create memory.
static void * Page_Create( size_t size, int exitonfail, int printerror, int flags )
Allow memory access to allocated memory.
void Page_AllowAccess( void * address, size_t size )
Deny access to allocated memory region.
static void Page_DenyAccess( void * address, size_t size )
Free’s DUMA allocated memory.
static void Page_Delete( void * address, size_t size )
Retrieve page size.
static size_t Page_Size( void )