AtomVM
AtomVM copied to clipboard
Memory reservation
Systems such as ESP32 are heavily memory constrained, it is required to have a memory reservation system to ensure a minimum memory amount to important tasks. Also some systems have both fast and slow memory areas, so a good memory allocation system should manage them.