]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/heap_alloc_no_iram' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 15 Dec 2016 08:28:29 +0000 (16:28 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 15 Dec 2016 08:28:29 +0000 (16:28 +0800)
commit9d5f4e877e8bcaf222011af9c3a2f43d6d13c21e
tree79b70670180c4e31ac9f7a9f69645ae9199f2736
parent70d39aa10554a88af18c0bcb24f4d0f0659df04e
parent712f53176dda462b0d3d44caebba6d6458fe4ee4
Merge branch 'bugfix/heap_alloc_no_iram' into 'master'

Restore ability to alloc IRAM, and more.

- Fix mem regions so allocating IRAM works again
- Optimize allocator slightly, uses 4 less bytes per malloc now
- Allow querying free heap memory space per memory type

See merge request !301