mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
a87aa73698
- Adds a new field in the usageInfo to store the memory cgroup id. - Creates a map of cgroup ids and memory stats to track the memory per cgroup in MemoryLocked struct. - Introduces new methods to increment, decrement, move, copy and get the total memory usage per cgroup. PiperOrigin-RevId: 549148091