Tagging heap assigned to non-PSRAM (low) memory?
Posted: Sun Jul 30, 2023 2:44 pm
Hi everyone.
I am in the midst of debugging a very complex set of memory leaks in #FujiNet, around the Network sub-device.
The Heap tracer is very useful, however, I do wish I could actually get function names, instead of function pointers, in the dump, is there a way to facilitate that?
Also, is there a way to figure out which portion of memory a given allocator is using? I need to see if something I'm doing in my code is causing an allocation to the low memory, instead of the PSRAM.
-Thom
I am in the midst of debugging a very complex set of memory leaks in #FujiNet, around the Network sub-device.
The Heap tracer is very useful, however, I do wish I could actually get function names, instead of function pointers, in the dump, is there a way to facilitate that?
Also, is there a way to figure out which portion of memory a given allocator is using? I need to see if something I'm doing in my code is causing an allocation to the low memory, instead of the PSRAM.
-Thom