Home
last modified time | relevance | path

Searched defs:OomdCGroupContext (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/oom/
Doomd-util.h15 typedef struct OomdCGroupContext OomdCGroupContext; typedef
20 struct OomdCGroupContext { struct
21 char *path;
23 ResourcePressure memory_pressure;
25 uint64_t current_memory_usage;
49 OomdCGroupContext *oomd_cgroup_context_free(OomdCGroupContext *ctx); argument