Commit facee2b
authored
Implementing reset_munmap_all_arenas (#1208)
This PR splits the implementation of `free_all_kore_mem` between 2
functions:
- `free_all_kore_mem`
- `reset_munmap_all_arenas`
The idea is only to use the second one when necessary, instead of
executing its content every time we call the first.1 parent 8fd46ea commit facee2b
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
349 | 352 | | |
350 | 353 | | |
351 | 354 | | |
| |||
0 commit comments