|
RetroArch
|
#include <3ds.h>#include <stdlib.h>#include <errno.h>#include <sys/types.h>#include "ctr_debug.h"Functions | |
| u32 | ctr_get_linear_free (void) |
| u32 | ctr_get_linear_unused (void) |
| u32 | ctr_get_stack_free (void) |
| u32 | ctr_get_stack_usage (void) |
| void | ctr_linear_free_pages (u32 pages) |
| void | ctr_free_pages (u32 pages) |
| u32 | ctr_get_free_space (void) |
| void | ctr_request_free_pages (u32 pages) |
| void * | _sbrk_r (struct _reent *ptr, ptrdiff_t incr) |
Variables | |
| u32 | __heapBase |
| u32 | __heap_size |
| u32 | __stack_bottom |
| u32 | __stack_size_extra |
| u32 | __stacksize__ |
| void* _sbrk_r | ( | struct _reent * | ptr, |
| ptrdiff_t | incr | ||
| ) |
| u32 __heap_size |
| u32 __heapBase |
| u32 __stack_bottom |
| u32 __stack_size_extra |
| u32 __stacksize__ |
1.8.15