__attribute__((weak))
Definition clz.c:56
void * libc_realloc(void *ptr_, size_t size_)
Re-allocates memory from the heap.
Definition alloc.c:481
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
void exit(int code) __attribute__((noreturn))
Definition runtime.c:72