MCPcopy Create free account
hub / github.com/containerd/cgroups / memoryController

Struct memoryController

cgroup1/memory.go:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type memoryController struct {
190 root string
191 ignored map[string]struct{}
192}
193
194func (m *memoryController) Name() Name {
195 return Memory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected