volatile uint32_t * ptr
Definition cop0.c:80
void psyqo_free(void *ptr)
Frees memory from the heap.
Definition alloc.c:344
void * psyqo_malloc(size_t size)
Allocates memory from the heap.
Definition alloc.c:238
void * psyqo_heap_start()
Returns the pointer to the beginning of the heap.
Definition alloc.c:663
void * psyqo_heap_end()
Returns the pointer to the end of the heap.
Definition alloc.c:664
void * psyqo_realloc(void *ptr, size_t size)
Re-allocates memory from the heap.
Definition alloc.c:468
static int size
Definition string.h:32