factor out 'allocation pool' code from string + hash table
authorcassowarii <cassowary@cassowary.me>
Tue, 30 Jun 2026 22:03:16 +0000 (15:03 -0700)
committercassowarii <cassowary@cassowary.me>
Tue, 30 Jun 2026 22:03:16 +0000 (15:03 -0700)
commite7d5b701ab33e131fb1c305de4ec53e739f37571
treed2d40d4745a90999f880a559da544981d11a47d1
parentcb45eb8239783023c49e198980fc2634be5cb96a
factor out 'allocation pool' code from string + hash table
Makefile
src/data/hashtable.c
src/data/string.c
src/data/value.h
src/mem/mem.h
src/mem/pool.c [new file with mode: 0644]
src/mem/pool.h [new file with mode: 0644]