Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
|
This is the complete list of members for Memory, including all inherited members.
alloc(usize size) | Memory | static |
calloc(usize num, usize size) | Memory | static |
free(any ptr) | Memory | static |
initialize() (defined in Memory) | Memory | static |
realloc(any ptr, usize size) | Memory | static |
set(any dest, u8 c, usize n) | Memory | static |