Wykres commitów

2 Commity (e6b8e0222df697fc122eb4f47dbd898c8b412b3e)

Autor SHA1 Wiadomość Data
Phil Howard 25efd312d1 Replace nosys hack with __verbose_terminate_handler. 2025-05-28 21:36:32 +01:00
Phil Howard 667faf70d1 MicroPython: Magic C++ allocator module.
This module redirects all pre-init object memory allocations into a static, fixed-sized, linear, non-freeing memory pool.

It then auto-switches into "MICROPYTHON" mode, whereupon all C++ `new` and `delete` calls are remapped to `m_malloc` and `m_free` respectively.
2023-03-24 15:11:07 +00:00