embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

Malloc Test Improvement: vary the sizes #83

Open phillipjohnston opened 2 years ago

phillipjohnston commented 2 years ago

Suggested in #82:

The tests could be further enhanced by varying the sizes and also checking for non-overlapping blocks but I don't intend to do that.

I agree.

phillipjohnston commented 2 years ago

Renamed this issue because we already have an overlapping test blocks issue: #10