ESP-IDF + 0/1 examples
SourceVu will show references to heap_trace_start() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_ERR_NOT_SUPPORTED Project was compiled without heap tracing enabled in menuconfig. - ESP_ERR_INVALID_STATE A non-zero-length buffer has not been set via heap_trace_init_standalone(). - ESP_OK Tracing is started.

Notes

heap_trace_init_standalone() must be called to provide a valid buffer, before this function is called. Calling this function while heap tracing is running will reset the heap trace state and continue tracing.

References

from examples