Search found 4 matches

by phanikarthik
Thu Jan 25, 2018 12:56 pm
Forum: General Discussion
Topic: INTERPRETING THE HEAP TRACE
Replies: 0
Views: 2150

INTERPRETING THE HEAP TRACE

Hello all, I have enabled the heap tracing and the report i get ends like... #1 804 bytes 'leaked' in trace (19 allocations) #2 total allocations 25640 total frees 25740 #3 MALLOC_CAP_8BIT potential leak: Before 200368 bytes free, After 199488 bytes free (delta 880) #4 MALLOC_CAP_32BIT potential lea...
by phanikarthik
Tue Nov 21, 2017 11:00 am
Forum: ESP-IDF
Topic: unit-test-app dependency
Replies: 0
Views: 2321

unit-test-app dependency

Hello all,

While issuing make TEST_COMPONENTS="XXX" inside tools/unit-test folder, is there any dependency outside unit-test folder (inside tools folder) ?
particularly the kconfig folder thats present.

Thank you!
Phani Karthik
by phanikarthik
Thu Oct 05, 2017 3:40 am
Forum: ESP-IDF
Topic: valgrind on esp32?
Replies: 3
Views: 6374

Re: valgrind on esp32?

Thank you!
by phanikarthik
Wed Oct 04, 2017 4:04 am
Forum: ESP-IDF
Topic: valgrind on esp32?
Replies: 3
Views: 6374

valgrind on esp32?

Hello all,
Iam using esp-idf-v2.1 along with xtensa-esp32-elf
Is it possible to use valgrind profiling tool on this platform?

(http://valgrind.org/info/platforms.html)
The above link does not mention xtensa as a supported platform. Do i have any alternatives?