summaryrefslogtreecommitdiff
path: root/src/std/mem.h
AgeCommit message (Collapse)Author
2024-05-17pool tests and try get macro workingOmniscient
2024-05-17starting on pool allocatorOmniscient
2024-05-03create logical deviceOmniscient
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-25add TODO for future arena resize fnOmniscient
2024-02-25add an arena reset to free everythingOmniscient
2024-02-25add an arena allocator first implOmniscient
2024-02-24repo init. partial port of existing codeOmniscient