index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
malloc.c
Commit message (
Expand
)
Author
Age
*
py: Clean up includes.
xbe
2014-03-17
*
py: Remove name of var arg from macros with var args.
Damien George
2014-02-26
*
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-16
*
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-12
*
Generalize malloc-via-gc-heap support, make it available to unix port.
Paul Sokolovsky
2014-02-11
*
Get rid of calloc().
Paul Sokolovsky
2014-02-10
*
realloc(): Log original memory ptr too.
Paul Sokolovsky
2014-01-30
*
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
*
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
*
Add new alloc metric: current_bytes_allocated.
Paul Sokolovsky
2014-01-03
*
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