aboutsummaryrefslogtreecommitdiffstats
path: root/tests/liballoc_tests.c
Commit message (Expand)AuthorAgeFilesLines
* Added large scale stress testDouglas B. Rumbaugh2 days1-0/+41
* Defined allocator behavior for 0 byte requestsDouglas B. Rumbaugh2 days1-0/+4
* Ran clangtidyDouglas B. Rumbaugh3 days1-52/+45
* Added splitting and some basic testing for itDouglas B. Rumbaugh3 days1-0/+30
* tests: added test to validate the emptying of the free listDouglas B. Rumbaugh3 days1-0/+18
* liballoc_tests: Added coalesce testing for free listDouglas B. Rumbaugh3 days1-0/+53
* Added tests of the integrity of the headers to alloction testingDouglas B. Rumbaugh3 days1-9/+31
* Added free list reuse testDouglas B. Rumbaugh3 days1-1/+16
* Added an interface to access free list and updated tests to use itDouglas B. Rumbaugh3 days1-2/+6
* Removed debug print statementDouglas B. Rumbaugh3 days1-2/+0
* Intial commit: No free list management yetDouglas B. Rumbaugh3 days1-0/+119