Skip to content

Commit

Permalink
docs(test_utils): heap records are not eatable!
Browse files Browse the repository at this point in the history
Instead of becoming spread, heap records should go into a buffer.
Hungry commits shall be avoided.
  • Loading branch information
0xjakob committed Nov 28, 2022
1 parent 766dc3e commit cb20f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/unity/include/unity_test_utils_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit cb20f3b

Please sign in to comment.