This commit is contained in:
Nuno Cruces
2024-04-16 02:52:37 +01:00
parent 7bab8bb949
commit ec609ea131
4 changed files with 8 additions and 3 deletions

View File

@@ -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