RetroArch
|
#include <stdlib.h>
#include <system.h>
#include <string.h>
#include <asm.h>
#include <processor.h>
#include "lwp_wkspace.h"
Macros | |
#define | ROUND32UP(v) (((u32)(v)+31)&~31) |
Functions | |
u32 | __lwp_wkspace_heapsize () |
u32 | __lwp_wkspace_heapfree () |
u32 | __lwp_wkspace_heapused () |
void | __lwp_wkspace_init (u32 size) |
Variables | |
heap_cntrl | __wkspace_heap |
static heap_iblock | __wkspace_iblock |
static u32 | __wkspace_heap_size = 0 |
u32 __lwp_wkspace_heapfree | ( | ) |
u32 __lwp_wkspace_heapsize | ( | ) |
u32 __lwp_wkspace_heapused | ( | ) |
heap_cntrl __wkspace_heap |
|
static |
|
static |