Tofu: keep track of stags per memory range
Change-Id: I033beaeee3b141dab4485dd3a2a3848eaa84e54e
This commit is contained in:
committed by
Masamichi Takagi
parent
75694152f0
commit
0b82c8942b
@ -1390,6 +1390,15 @@ void terminate(int rc, int sig)
|
||||
mcs_rwlock_writer_unlock(&proc->threads_lock, &lock);
|
||||
|
||||
vm = proc->vm;
|
||||
|
||||
#ifdef ENABLE_TOFU
|
||||
if (proc->enable_tofu) {
|
||||
extern void tof_utofu_finalize();
|
||||
|
||||
tof_utofu_finalize();
|
||||
}
|
||||
#endif
|
||||
|
||||
free_all_process_memory_range(vm);
|
||||
|
||||
if (proc->saved_cmdline) {
|
||||
|
||||
Reference in New Issue
Block a user