mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 324695672
This commit is contained in:
@@ -409,7 +409,6 @@ func (f *MemoryFile) Allocate(length uint64, kind usage.MemoryKind) (memmap.File
|
||||
f.mappingsMu.Unlock()
|
||||
}
|
||||
|
||||
// Mark selected pages as in use.
|
||||
if f.opts.ManualZeroing {
|
||||
if err := f.forEachMappingSlice(fr, func(bs []byte) {
|
||||
for i := range bs {
|
||||
@@ -419,6 +418,7 @@ func (f *MemoryFile) Allocate(length uint64, kind usage.MemoryKind) (memmap.File
|
||||
return memmap.FileRange{}, err
|
||||
}
|
||||
}
|
||||
// Mark selected pages as in use.
|
||||
if !f.usage.Add(fr, usageInfo{
|
||||
kind: kind,
|
||||
refs: 1,
|
||||
|
||||
Reference in New Issue
Block a user