Expanded docs

This commit is contained in:
2026-05-17 09:47:46 +10:00
parent 8013ccb1da
commit 414a9d6194
8 changed files with 243 additions and 47 deletions
+1
View File
@@ -57,3 +57,4 @@ TOY_API void Toy_collectBucketGarbage(Toy_Bucket** bucketHandle);
#define TOY_BUCKET_IDEAL (TOY_BUCKET_64KB - sizeof(Toy_Bucket))
#endif
//TODO: check for leaks when freeBucket is called, for debugging