ANDROID: vendor_hooks: add a field in mem_cgroup
Add a field in mem_cgroup to record additional per-cgroup information for memory policy tuning. Bug: 192052083 Signed-off-by: Liujie Xie <xieliujie@oppo.com> Change-Id: I28c8bc1c2455d53e68a05555b57b76ded27af98a
This commit is contained in:
parent
efc7473371
commit
bcef255e59
|
@ -356,6 +356,7 @@ struct mem_cgroup {
|
|||
|
||||
/* for dynamic low */
|
||||
ANDROID_VENDOR_DATA(1);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||
|
||||
struct mem_cgroup_per_node *nodeinfo[];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue