RetroArch
Macros | Functions | Variables
lwp_wkspace.c File Reference
#include <stdlib.h>
#include <system.h>
#include <string.h>
#include <asm.h>
#include <processor.h>
#include "lwp_wkspace.h"
Include dependency graph for lwp_wkspace.c:

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
 

Macro Definition Documentation

◆ ROUND32UP

#define ROUND32UP (   v)    (((u32)(v)+31)&~31)

Function Documentation

◆ __lwp_wkspace_heapfree()

u32 __lwp_wkspace_heapfree ( )
Here is the call graph for this function:

◆ __lwp_wkspace_heapsize()

u32 __lwp_wkspace_heapsize ( )

◆ __lwp_wkspace_heapused()

u32 __lwp_wkspace_heapused ( )
Here is the call graph for this function:

◆ __lwp_wkspace_init()

void __lwp_wkspace_init ( u32  size)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ __wkspace_heap

heap_cntrl __wkspace_heap

◆ __wkspace_heap_size

u32 __wkspace_heap_size = 0
static

◆ __wkspace_iblock

heap_iblock __wkspace_iblock
static