RetroArch
|
#include <stdlib.h>
#include <system.h>
#include <processor.h>
#include <sys_state.h>
#include <lwp_config.h>
#include "lwp_heap.h"
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) |
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 | ||
) |
u32 __lwp_heap_init | ( | heap_cntrl * | theheap, |
void * | start_addr, | ||
u32 | size, | ||
u32 | pg_size | ||
) |