summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-30use consistent MA_ prefixJakob Kaivo
2020-06-30fix some error handling, annotate future workJakob Kaivo
2020-06-30add a signal handler to eventually differentiate between overflow, underflow,...Jakob Kaivo
2020-06-30add wrapper library to LD_PRELOAD malloc(), calloc(), realloc(), and free()Jakob Kaivo
2020-06-30working realloc() (semi-working free())Jakob Kaivo
2020-06-30extract page_alloc() so it can be reused by get_bucket()Jakob Kaivo
2020-06-30working malloc(), but still missing metadata for free() and realloc()Jakob Kaivo
2020-06-30move to include/Jakob Kaivo
2020-06-30fix off-by-one in mprotect() sectionJakob Kaivo
2020-06-30basic malloc() implementationJakob Kaivo
2020-06-29outline functionsJakob Kaivo