Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | working realloc() (semi-working free()) | Jakob Kaivo | |
2020-06-30 | extract page_alloc() so it can be reused by get_bucket() | Jakob Kaivo | |
2020-06-30 | working malloc(), but still missing metadata for free() and realloc() | Jakob Kaivo | |
2020-06-30 | move to include/ | Jakob Kaivo | |
2020-06-30 | fix off-by-one in mprotect() section | Jakob Kaivo | |
2020-06-30 | basic malloc() implementation | Jakob Kaivo | |
2020-06-29 | outline functions | Jakob Kaivo | |