Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-07 | chore: fmt | Omniscient | |
2024-06-07 | add assert back that pool entry is at least as big as a pointer. add debug ↵ | Omniscient | |
name for pools | |||
2024-05-20 | use pool allocator for other gpu backend entities | Omniscient | |
2024-05-17 | pool tests and try get macro working | Omniscient | |
2024-05-17 | starting on pool allocator | Omniscient | |
2024-05-03 | create logical device | Omniscient | |
2024-03-17 | fix a bug with dirname seg faulting when passed a string literal | Omniscient | |
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-25 | add TODO for future arena resize fn | Omniscient | |
2024-02-25 | add an arena reset to free everything | Omniscient | |
2024-02-25 | add an arena allocator first impl | Omniscient | |
2024-02-24 | repo init. partial port of existing code | Omniscient | |