mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
F2FS.
This commit is contained in:
@@ -54,7 +54,7 @@ func (m *mmappedMemory) Reallocate(size uint64) []byte {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
// Update commited memory.
|
||||
// Update committed memory.
|
||||
m.buf = m.buf[:new]
|
||||
}
|
||||
// Limit returned capacity because bytes beyond
|
||||
|
||||
Reference in New Issue
Block a user