Files
micropython/py
Andrew Leech dc0b2c7f57 py/malloc: Add m_tracked_realloc.
Add realloc support to the tracked allocation API, using an alloc-copy-free
approach for simplicity and thread safety.  This function compliments the
existing `m_tracked_calloc()` and `m_tracked_free()` functions.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2026-04-08 17:01:10 +10:00
..
2026-04-08 17:01:10 +10:00
2026-04-08 17:01:10 +10:00
2025-07-25 10:56:02 +10:00
2026-03-09 23:47:33 +11:00
2025-02-25 16:11:33 +11:00