heap_trace_dump_caps() function
Dump heap trace from the memory of the capabilities passed as parameter.
Syntax
void heap_trace_dump_caps(const uint32_t caps); Arguments
caps
Capability(ies) of the memory from which to dump the trace. Set MALLOC_CAP_INTERNAL to dump heap trace data from internal memory. Set MALLOC_CAP_SPIRAM to dump heap trace data from PSRAM. Set both to dump both heap trace data.