index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
supervisor
/
shared
/
memory.c
Age
Commit message (
Expand
)
Author
2020-11-30
Eliminate goto.
Christian Walther
2020-11-29
Optimize out allocation moving code on boards that don't need it.
Christian Walther
2020-11-29
Unify redundant low/high_address computation to save a bit of code size.
Christian Walther
2020-11-28
Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.
Christian Walther
2020-11-28
Add movable allocation system.
Christian Walther
2020-10-02
When there is not enough free space, but a matching hole on the other side, u...
Christian Walther
2020-10-02
Allow allocate_memory() to reuse holes when matching exactly.
Christian Walther
2020-10-02
Fix inconsistent supervisor heap.
Christian Walther
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft
2020-04-14
protomatter: more memory allocation fixes
Jeff Epler
2020-04-14
allow retrieving info about a supervisor allocation
Jeff Epler
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2019-10-18
Use get top and limit stack functions
Kamil Tomaszewski
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2018-08-16
Fix crash due to unsigned index and 0 boundary loop.
Scott Shawcroft
2018-08-02
Add todo for handling improper free.
Scott Shawcroft
2018-08-02
Share memory.c and a bit of polish.
Scott Shawcroft