Files
balatro-gba-chinese-jocker-…/tests/list/def_test_mempool.h
T
Rickey e0cffab768 Update list implementation to work with memory pools (#168)
* Introduce indexed list implementation

* Fix CI tests for pool

* Take bitset out of pool

* Replace joker bitset interactions with wrappers

* Add bitset tests

* Add test to gitignore

---------

Co-authored-by: rfehr-idexx <ric-fehr@idexx.com>
2025-11-11 17:56:21 +02:00

6 lines
78 B
C

#include "list.h"
#include <stddef.h>
POOL_ENTRY(ListNode, MAX_LIST_NODES);