Paul Sokolovsky
|
b372bfca21
|
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
mpconfig.h will automatically pull mpconfigport.h.
|
2014-01-03 19:03:11 +02:00 |
Paul Sokolovsky
|
ef18102b9e
|
Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS).
|
2014-01-03 18:55:24 +02:00 |
Paul Sokolovsky
|
780f555b2e
|
Add new alloc metric: peak_bytes_allocated.
This is just max value of current_bytes_allocated seen.
|
2014-01-03 18:55:23 +02:00 |
Paul Sokolovsky
|
02de0c57d2
|
Add new alloc metric: current_bytes_allocated.
Unlike total_bytes_allocated, this tracks m_free()'s too.
|
2014-01-03 18:55:23 +02:00 |
Paul Sokolovsky
|
43f1c8080a
|
m_realloc: Account only allocation size difference in total_bytes_allocated.
|
2014-01-03 18:55:23 +02:00 |
Damien
|
732407f1bf
|
Change memory allocation API to require size for free and realloc.
|
2013-12-29 19:33:23 +00:00 |
Damien
|
8b3a7c2237
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
Damien
|
429d71943d
|
Initial commit.
|
2013-10-04 19:53:11 +01:00 |