Searched refs:heap_trace_start (Results 1 – 12 of 12) sorted by relevance
30 heap_trace_start(HEAP_TRACE_LEAKS);75 heap_trace_start(HEAP_TRACE_LEAKS);128 heap_trace_start(HEAP_TRACE_ALL); in print_floats_task()
6 b heap_trace_start8 clear heap_trace_start
60 heap_trace_start(HEAP_TRACE_ALL); in blink_task()
35 esp_err_t heap_trace_start(heap_trace_mode_t mode_param) in heap_trace_start() function59 return heap_trace_start(HEAP_TRACE_ALL); in heap_trace_resume()
7 tb heap_trace_start
21 when program hits breakpoint at `heap_trace_start`. Trace data will be saved to `/tmp/hesp_log.svda…
91 esp_err_t heap_trace_start(heap_trace_mode_t mode);
83 heap_trace_start(HEAP_TRACE_ALL); in app_main()
55 heap_trace_start(HEAP_TRACE_LEAKS); in unity_reset_leak_checks()
65 esp_err_t heap_trace_start(heap_trace_mode_t mode_param) in heap_trace_start() function
185 - Call the function :cpp:func:`heap_trace_start` to begin recording all mallocs/frees in the system…207 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );278 - Call the function :cpp:func:`heap_trace_start` to begin recording all mallocs/frees in the system…297 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );322 tb heap_trace_start335 …et it, and start tracing when program hits breakpoint at :cpp:func:`heap_trace_start`. Trace data …447 - Any memory which is allocated after :cpp:func:`heap_trace_start` but then freed after :cpp:func:`…
1115 heap_trace_start(HEAP_TRACE_LEAKS);