aboutsummaryrefslogtreecommitdiff
path: root/stockton-skeleton/src/mem.rs
AgeCommit message (Collapse)Author
2024-08-25chore(all): docs fixestcmal
2024-08-25WIP refactor(skeleton): type state for contexttcmal
also some api improvements closes #2 related: #7
2024-08-25refactor(skeleton): clean up targetchaintcmal
2024-08-25refactor(all): small fixestcmal
2024-08-25feat(skeleton): add memory poolstcmal
added stock memory pools behind a feature gate refactored buffers to use them and to have better APIs. moved some util code out of builders::pipeline updated stockton-render for the changes deactivation is a WIP breaks UI drawing, fix WIP