summaryrefslogtreecommitdiff
path: root/src/std/mem.c
AgeCommit message (Collapse)Author
2024-04-21dont log arena paddingOmniscient
2024-03-17fix a bug with dirname seg faulting when passed a string literalOmniscient
it doesnt like things in readonly memory i guess. now we create an arena for the obj load and create a dynamically allocated copy of the string
2024-02-25chore: formatOmniscient
2024-02-25add an arena reset to free everythingOmniscient
2024-02-25add an arena allocator first implOmniscient