summaryrefslogtreecommitdiff
path: root/supervisor/shared/memory.c
AgeCommit message (Expand)Author
2020-11-30Eliminate goto.Christian Walther
2020-11-29Optimize out allocation moving code on boards that don't need it.Christian Walther
2020-11-29Unify redundant low/high_address computation to save a bit of code size.Christian Walther
2020-11-28Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.Christian Walther
2020-11-28Add movable allocation system.Christian Walther
2020-10-02When there is not enough free space, but a matching hole on the other side, u...Christian Walther
2020-10-02Allow allocate_memory() to reuse holes when matching exactly.Christian Walther
2020-10-02Fix inconsistent supervisor heap.Christian Walther
2020-05-15Initial ESP32S2 port.Scott Shawcroft
2020-04-14protomatter: more memory allocation fixesJeff Epler
2020-04-14allow retrieving info about a supervisor allocationJeff Epler
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2019-10-18Use get top and limit stack functionsKamil Tomaszewski
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2018-08-16Fix crash due to unsigned index and 0 boundary loop.Scott Shawcroft
2018-08-02Add todo for handling improper free.Scott Shawcroft
2018-08-02Share memory.c and a bit of polish.Scott Shawcroft