Fix multilist_alloc_t bug, move verify and print to lib

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 0bc81f5320
commit 0241a61412
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