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