mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
aff5168121
Update the memmap IncRef method to pass memory cgroup id and store it in the FrameRefSet which will be used for memory accounting. During DecRef, the memCgID from the FrameRefSet will be retrieved and passed to MemoryLocked.Dec to remove the memory from the cgroup. PiperOrigin-RevId: 549656411