Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | realloc(): Log original memory ptr too. | Paul Sokolovsky | 2014-01-30 |
| | | | | To alloc complete memory alloc flow tracing. | ||
* | stm: Add optional memory debugging output. | Damien George | 2014-01-29 |
| | |||
* | Rename default config file to mpconfig.h, and port's to mpconfigport.h. | Paul Sokolovsky | 2014-01-03 |
| | | | | mpconfig.h will automatically pull mpconfigport.h. | ||
* | Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS). | Paul Sokolovsky | 2014-01-03 |
| | |||
* | Add new alloc metric: peak_bytes_allocated. | Paul Sokolovsky | 2014-01-03 |
| | | | | This is just max value of current_bytes_allocated seen. | ||
* | Add new alloc metric: current_bytes_allocated. | Paul Sokolovsky | 2014-01-03 |
| | | | | Unlike total_bytes_allocated, this tracks m_free()'s too. | ||
* | m_realloc: Account only allocation size difference in total_bytes_allocated. | Paul Sokolovsky | 2014-01-03 |
| | |||
* | Change memory allocation API to require size for free and realloc. | Damien | 2013-12-29 |
| | |||
* | Fix func decls with no arguments: () -> (void). | Damien | 2013-10-23 |
| | |||
* | Initial commit. | Damien | 2013-10-04 |