Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jul 11, 2018
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 20, 2017
py/malloc: Remove unneeded code checking m_malloc return value.
Show description for 26d4a6fcommitted
Commits on Dec 7, 2017
py/malloc: Allow to use debug logging if !MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Show description for 9ebc037committedpy/malloc: MICROPY_MEM_STATS requires MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Show description for 88a8043committed
Commits on Aug 31, 2017
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Aug 26, 2016
py/gc: Add MICROPY_GC_CONSERVATIVE_CLEAR option to always zero memory.
Show description for 5ffe1d8committed
Commits on Feb 23, 2016
Commits on Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05committed
Commits on Mar 3, 2015
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Oct 31, 2014
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1decommitted
Commits on Oct 23, 2014
Commits on Sep 25, 2014
py: For malloc and vstr functions, use size_t exclusively for int type.
Show description for b026134committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
py, gc: Only zero out the extra bytes at the end of the heap chunk.
Show description for 32bef31committed
Commits on Apr 25, 2014
py, gc: Zero out newly allocated blocks in the GC.
Show description for daab651committed
Commits on Apr 10, 2014
py: Check explicitly for memory allocation failure in parser.
Show description for 58ba4c3committed- committed
Commits on Apr 5, 2014
- committed
Merge pull request #425 from iabdalkader/del
Show description for 8123a33committed
Commits on Apr 4, 2014
py: Add m_malloc_fail function to handle memory allocation error.
Show description for 6902eedcommitted
Commits on Apr 3, 2014
- committed
Commits on Apr 2, 2014
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 26, 2014
Commits on Feb 16, 2014
Make DEBUG_printf() a proper function, implementation is port-dependent.
Show description for 44739e2committed
Commits on Feb 12, 2014
Commits on Feb 11, 2014
Commits on Feb 10, 2014
Get rid of calloc().
Show description for 58ff93bcommitted