| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added large scale stress test | Douglas B. Rumbaugh | 2 days | 1 | -0/+41 |
| | | |||||
| * | Defined allocator behavior for 0 byte requests | Douglas B. Rumbaugh | 2 days | 1 | -0/+4 |
| | | |||||
| * | Ran clangtidy | Douglas B. Rumbaugh | 2 days | 1 | -52/+45 |
| | | |||||
| * | Added splitting and some basic testing for it | Douglas B. Rumbaugh | 2 days | 1 | -0/+30 |
| | | |||||
| * | tests: added test to validate the emptying of the free list | Douglas B. Rumbaugh | 2 days | 1 | -0/+18 |
| | | |||||
| * | liballoc_tests: Added coalesce testing for free list | Douglas B. Rumbaugh | 2 days | 1 | -0/+53 |
| | | |||||
| * | Added tests of the integrity of the headers to alloction testing | Douglas B. Rumbaugh | 2 days | 1 | -9/+31 |
| | | | | | | | Zero all allocated memory and check the headers to ensure that the sizes and/or magic numbers are still correct. This ensures that the allocator isn't returning overlapping memory regions. | ||||
| * | Added free list reuse test | Douglas B. Rumbaugh | 3 days | 1 | -1/+16 |
| | | |||||
| * | Added an interface to access free list and updated tests to use it | Douglas B. Rumbaugh | 3 days | 1 | -2/+6 |
| | | |||||
| * | Removed debug print statement | Douglas B. Rumbaugh | 3 days | 1 | -2/+0 |
| | | |||||
| * | Intial commit: No free list management yet | Douglas B. Rumbaugh | 3 days | 1 | -0/+119 |