aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Defined allocator behavior for 0 byte requestsDouglas B. Rumbaugh3 days3-1/+11
* Ran clangtidyDouglas B. Rumbaugh3 days7-72/+63
* Added splitting and some basic testing for itDouglas B. Rumbaugh3 days3-1/+47
* tests: added test to validate the emptying of the free listDouglas B. Rumbaugh3 days1-0/+18
* Cleaned up code for adding to the free listDouglas B. Rumbaugh3 days1-17/+11
* 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
* free_list: partial split implementationDouglas B. Rumbaugh3 days2-3/+19
* Added free list reuse testDouglas B. Rumbaugh3 days1-1/+16
* free_list.c: Free list size bugfixDouglas B. Rumbaugh3 days1-1/+1
* Added an interface to access free list and updated tests to use itDouglas B. Rumbaugh3 days3-2/+17
* alloc.c: releasing NULL now worksDouglas B. Rumbaugh3 days1-0/+4
* Initial implementation of free list functionsDouglas B. Rumbaugh3 days1-5/+42
* Updated free list interfaceDouglas B. Rumbaugh3 days3-11/+39
* Added debug flags to MakefileDouglas B. Rumbaugh3 days1-3/+5
* Removed debug print statementDouglas B. Rumbaugh3 days1-2/+0
* Intial commit: No free list management yetDouglas B. Rumbaugh3 days10-0/+390