This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
da161fd9f0
circuitpython
/
tests
/
micropython
/
heapalloc.py.exp
12 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add heapalloc.py.exp, since CPython can't generate it.
2014-10-31 18:09:40 -04:00
0
1
0
0 2
0 0
1
3
1
1 2
1 1
py: Fallback to stack alloca for Python-stack if heap alloc fails. If heap allocation for the Python-stack of a function fails then we may as well allocate the Python-stack on the C stack. This will allow to run more code without using the heap.
2015-06-08 17:07:27 -04:00
1 2 3 4 10