| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | liballoc_tests: Added coalesce testing for free list | Douglas B. Rumbaugh | 4 days | 1 | -0/+53 |
| * | Added tests of the integrity of the headers to alloction testing | Douglas B. Rumbaugh | 4 days | 1 | -9/+31 |
| * | free_list: partial split implementation | Douglas B. Rumbaugh | 4 days | 2 | -3/+19 |
| * | Added free list reuse test | Douglas B. Rumbaugh | 4 days | 1 | -1/+16 |
| * | free_list.c: Free list size bugfix | Douglas B. Rumbaugh | 4 days | 1 | -1/+1 |
| * | Added an interface to access free list and updated tests to use it | Douglas B. Rumbaugh | 4 days | 3 | -2/+17 |
| * | alloc.c: releasing NULL now works | Douglas B. Rumbaugh | 4 days | 1 | -0/+4 |
| * | Initial implementation of free list functions | Douglas B. Rumbaugh | 4 days | 1 | -5/+42 |
| * | Updated free list interface | Douglas B. Rumbaugh | 4 days | 3 | -11/+39 |
| * | Added debug flags to Makefile | Douglas B. Rumbaugh | 4 days | 1 | -3/+5 |
| * | Removed debug print statement | Douglas B. Rumbaugh | 4 days | 1 | -2/+0 |
| * | Intial commit: No free list management yet | Douglas B. Rumbaugh | 4 days | 10 | -0/+390 |