fix: Bug for measuring rss in fork()

refs: #1032
This commit is contained in:
Ken Sato
2018-03-15 14:29:16 +09:00
parent bc89a51e00
commit c107d1fdf9
3 changed files with 12 additions and 3 deletions

View File

@@ -97,6 +97,8 @@ struct cpu_local_var {
ihk_spinlock_t smp_func_req_lock;
struct list_head smp_func_req_list;
struct process_vm *on_fork_vm;
} __attribute__((aligned(64)));