|
RetroArch
|
Classes | |
| struct | mem |
Macros | |
| #define | UIP_ERROR(m) |
| #define | MIN_SIZE 12 |
| #define | SIZEOF_STRUCT_MEM (sizeof(struct mem)+(((sizeof(struct mem)%MEM_ALIGNMENT)==0)?0:(4-(sizeof(struct mem)%MEM_ALIGNMENT)))) |
Functions | |
| static void | plug_holes (struct mem *rmem) |
| void | memr_init () |
| void * | memr_malloc (u32 size) |
| void | memr_free (void *ptr) |
| void * | memr_realloc (void *ptr, u32 newsize) |
| void * | memr_reallocm (void *ptr, u32 newsize) |
Variables | |
| static struct mem * | ram_free |
| static struct mem * | ram_end |
| static u8 | ram_block [sizeof(struct mem)+UIP_MEM_SIZE+MEM_ALIGNMENT] |
| #define MIN_SIZE 12 |
| #define SIZEOF_STRUCT_MEM (sizeof(struct mem)+(((sizeof(struct mem)%MEM_ALIGNMENT)==0)?0:(4-(sizeof(struct mem)%MEM_ALIGNMENT)))) |
| #define UIP_ERROR | ( | m | ) |
| void memr_init | ( | ) |
|
static |
|
static |
|
static |
1.8.15