RetroArch
Functions
lwp_heap.c File Reference
#include <stdlib.h>
#include <system.h>
#include <processor.h>
#include <sys_state.h>
#include <lwp_config.h>
#include "lwp_heap.h"
Include dependency graph for lwp_heap.c:

Functions

u32 __lwp_heap_init (heap_cntrl *theheap, void *start_addr, u32 size, u32 pg_size)
 
void__lwp_heap_allocate (heap_cntrl *theheap, u32 size)
 
BOOL __lwp_heap_free (heap_cntrl *theheap, void *ptr)
 
u32 __lwp_heap_getinfo (heap_cntrl *theheap, heap_iblock *theinfo)
 

Function Documentation

◆ __lwp_heap_allocate()

void* __lwp_heap_allocate ( heap_cntrl theheap,
u32  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_heap_free()

BOOL __lwp_heap_free ( heap_cntrl theheap,
void ptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_heap_getinfo()

u32 __lwp_heap_getinfo ( heap_cntrl theheap,
heap_iblock theinfo 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_heap_init()

u32 __lwp_heap_init ( heap_cntrl theheap,
void start_addr,
u32  size,
u32  pg_size 
)
Here is the call graph for this function:
Here is the caller graph for this function: