Deep down in the README it says "Each memory block holds 8 bytes, and there are up to 32767 blocks available, for about 256K of heap space." but it's pretty easy to forget or not have read that in the first place.
The first thing I did was try to use this library with a 320 KiB heap and get a bunch of corruption.
There should be some code to catch this early.
Deep down in the README it says "Each memory block holds 8 bytes, and there are up to 32767 blocks available, for about 256K of heap space." but it's pretty easy to forget or not have read that in the first place.
The first thing I did was try to use this library with a 320 KiB heap and get a bunch of corruption.
There should be some code to catch this early.