current_brk 306 mtcp/mtcp_restart.c VA current_brk; current_brk 324 mtcp/mtcp_restart.c current_brk = mtcp_sys_brk (NULL); current_brk 325 mtcp/mtcp_restart.c if ((current_brk > restore_begin) && current_brk 329 mtcp/mtcp_restart.c current_brk, saved_brk, restore_begin, current_brk 339 mtcp/mtcp_restart.c } else if (new_brk > current_brk) { current_brk 342 mtcp/mtcp_restart.c if (mtcp_sys_munmap(current_brk, new_brk - current_brk) == -1) { current_brk 347 mtcp/mtcp_restart.c if (new_brk == current_brk && new_brk > saved_brk) current_brk 352 mtcp/mtcp_restart.c if (new_brk == current_brk) current_brk 354 mtcp/mtcp_restart.c current_brk, saved_brk); current_brk 357 mtcp/mtcp_restart.c new_brk, current_brk);