summaryrefslogtreecommitdiffstatshomepage
path: root/py/malloc.c
Commit message (Expand)AuthorAge
* Rename default config file to mpconfig.h, and port's to mpconfigport.h.Paul Sokolovsky2014-01-03
* Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS).Paul Sokolovsky2014-01-03
* Add new alloc metric: peak_bytes_allocated.Paul Sokolovsky2014-01-03
* Add new alloc metric: current_bytes_allocated.Paul Sokolovsky2014-01-03
* m_realloc: Account only allocation size difference in total_bytes_allocated.Paul Sokolovsky2014-01-03
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* Fix func decls with no arguments: () -> (void).Damien2013-10-23
* Initial commit.Damien2013-10-04