mcexec/mm: user memory policy control for heap, stack, etc.

This commit is contained in:
Balazs Gerofi
2017-02-07 04:28:31 +09:00
parent afb7cb3a1e
commit 182202523e
7 changed files with 59 additions and 7 deletions

View File

@ -553,6 +553,8 @@ struct process {
long maxrss;
long maxrss_children;
/* Memory policy flags */
unsigned long mpol_flags;
// perf_event
int perf_status;