Merge branch 'docs/test_utils_no_butter_v5.0' into 'release/v5.0'

docs: heap records are not eatable! (v5.0)

See merge request espressif/esp-idf!21326
This commit is contained in:
Ivan Grokhotkov 2022-12-02 19:14:13 +08:00
commit 9d412d9a16

View File

@ -69,7 +69,7 @@ void unity_utils_evaluate_leaks(void);
/**
* @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).
* Use a default value of 80 if no special requirements need to be met.
*/