summaryrefslogtreecommitdiff
path: root/src/std/mem.h
AgeCommit message (Collapse)Author
2024-10-05delete documentation workflowomniscient
2024-07-27add a pool insert function. move RenderEnt to use handlesomniscient
2024-07-19chore clang format + tidyomniscient
2024-07-12wip: big makeoveromnisci3nce
2024-06-19start fleshing out API for hashmap / hashsetomniscient
2024-06-07chore: fmtOmniscient
2024-06-07add assert back that pool entry is at least as big as a pointer. add debug ↵Omniscient
name for pools
2024-05-20use pool allocator for other gpu backend entitiesOmniscient
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