add string object storage (can't free yet)
authorcassowarii <cassowary@cassowary.me>
Wed, 24 Jun 2026 01:22:15 +0000 (18:22 -0700)
committercassowarii <cassowary@cassowary.me>
Wed, 24 Jun 2026 01:22:15 +0000 (18:22 -0700)
commit021a517c65abdba5996fcaf5fb0d76f23a130826
tree9e2cd4b0d4f8e94fe27017f9657af0055b033dd1
parentfcbe7f388f8a1ade80b2a41a417d719d2cb03501
add string object storage (can't free yet)
src/data/string.c [new file with mode: 0644]
src/data/string.h [new file with mode: 0644]
src/global.h
src/mem/buffer.c
src/mem/buffer.h
src/mem/cstrutil.c [moved from src/mem/sbstring.c with 97% similarity]
src/mem/cstrutil.h [moved from src/mem/sbstring.h with 100% similarity]
src/mem/mem.h