mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
LibSQL: Implement freeing heap storage
This allows us to free entire chains of blocks in one go.
This commit is contained in:
parent
d7bbb8d64a
commit
c58c87d7ef
3 changed files with 40 additions and 5 deletions
|
@ -116,6 +116,7 @@ public:
|
|||
|
||||
ErrorOr<ByteBuffer> read_storage(Block::Index);
|
||||
ErrorOr<void> write_storage(Block::Index, ReadonlyBytes);
|
||||
ErrorOr<void> free_storage(Block::Index);
|
||||
|
||||
ErrorOr<void> flush();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue