dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Typedefs
fakem.h File Reference

Platform-overridden typedefs and macros for handling memory. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct FAKE_MEMORY_HANDLEMEMORY_HANDLE
 A reference to a block of memory which the operating system may move around on its own to free up space. MUST BE locked with memory_lock() to receive a MEMORY_PTR that can be dereferenced.
 
typedef void * MEMORY_PTR
 A C-style memory pointer that can be safely dereferenced.
 
typedef const void * CONST_MEMORY_PTR
 A read-only MEMORY_PTR.
 
typedef void * MEMORY_FAR_PTR
 On certain platforms, a MEMORY_PTR that exists outside of the current page.
 
typedef const void * CONST_MEMORY_FAR_PTR
 A read-only MEMORY_FAR_PTR.
 

Detailed Description

Platform-overridden typedefs and macros for handling memory.