circuitpython/shared-module/_protomatter
Jeff Epler 3a94412cd3 protomatter: more memory allocation fixes
- bump supervisor alloc count by 4 (we actually use 5)
 - move reconstruct to after gc heap is reset
 - destroy protomatter object entirely if not used by a FramebufferDisplay
 - ensure previous supervisor allocations are released
 - zero out pointers so GC can collect them
2020-04-14 18:24:58 -05:00
..
__init__.c Add Protomatter and FramebufferDisplay 2020-04-14 18:24:54 -05:00
__init__.h Add Protomatter and FramebufferDisplay 2020-04-14 18:24:54 -05:00
allocator.h protomatter: more memory allocation fixes 2020-04-14 18:24:58 -05:00
Protomatter.c protomatter: more memory allocation fixes 2020-04-14 18:24:58 -05:00
Protomatter.h Add Protomatter and FramebufferDisplay 2020-04-14 18:24:54 -05:00