]> granicus.if.org Git - esp-idf/commit
heap tracing: Fix tracing of newlib internal allocations
authorAngus Gratton <angus@espressif.com>
Wed, 28 Feb 2018 00:00:45 +0000 (11:00 +1100)
committerAngus Gratton <gus@projectgus.com>
Tue, 20 Mar 2018 01:03:46 +0000 (12:03 +1100)
commitd3b8f1f92746e9b9474275141aef510156e3f51d
tree9753f7df0e3e213576dd454a4eec9dc1b160b809
parentb626c1b36510ee7d6bbd4611e4da4a9f749fbb78
heap tracing: Fix tracing of newlib internal allocations

Newlib internal allocations (from newlib ROM code) were not being included in the heap trace.

Ref https://github.com/espressif/esp-idf/issues/1652
components/heap/component.mk
components/heap/heap_trace.c
components/heap/test/test_heap_trace.c