mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
docs(test_utils): heap records are not eatable!
Instead of becoming spread, heap records should go into a buffer. Hungry commits shall be avoided.
This commit is contained in:
@ -69,7 +69,7 @@ void unity_utils_evaluate_leaks(void);
|
|||||||
/**
|
/**
|
||||||
* @brief Helper function to setup and initialize heap tracing.
|
* @brief Helper function to setup and initialize heap tracing.
|
||||||
*
|
*
|
||||||
* @param num_heap_records the size of the heap record butter,
|
* @param num_heap_records the size of the heap record buffer,
|
||||||
* counted in number of heap record elements (heap_trace_record_t).
|
* counted in number of heap record elements (heap_trace_record_t).
|
||||||
* Use a default value of 80 if no special requirements need to be met.
|
* Use a default value of 80 if no special requirements need to be met.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user