This commit is contained in:
2026-02-23 11:02:29 +00:00
parent 1c3acf51d2
commit 6011535509
7 changed files with 209 additions and 127 deletions

View File

@@ -39,6 +39,7 @@ const (
)
type FreeList interface {
// використовується в allocPage
ReservePage() uint32
}