Fix multilist_alloc_t bug, move verify and print to lib

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:23 +03:00
parent 31f7cbc19a
commit b8245f86eb
3 changed files with 137 additions and 75 deletions
+1 -2
View File
@@ -123,9 +123,8 @@ struct multilist_alloc_t
void use(uint32_t pos, uint32_t size);
void do_free(uint32_t pos);
void free(uint32_t pos);
#ifdef MULTILIST_TEST
void verify();
void print();
#endif
};
class blockstore_heap_t