42static inline void *psyqo_heap_end() {
return libc_heap_end(); }
void * libc_heap_start()
Returns the pointer to the beginning of the heap.
Definition alloc.c:676
void * libc_realloc(void *ptr, size_t size)
Re-allocates memory from the heap.
Definition alloc.c:481
void * libc_heap_end()
Returns the pointer to the end of the heap.
Definition alloc.c:677
void * libc_malloc(size_t size)
Allocates memory from the heap.
Definition alloc.c:248
void libc_free(void *ptr)
Frees memory from the heap.
Definition alloc.c:357
static int size
Definition string.h:142
volatile uint32_t * ptr
Definition cop0.c:80