aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorJean Boussier <byroot@ruby-lang.org>2023-09-15 16:22:09 +0200
committerJean Boussier <jean.boussier@gmail.com>2023-09-15 17:45:21 +0200
commitefe2822708d62bfe3ba858da526e6ef7d4724959 (patch)
treecafd2cc6bdbd6653a8fe1926911f1cd9c16e3a27 /process.c
parent28fe88468d7bde129221415bfa874f4b70bf6843 (diff)
downloadruby-efe2822708d62bfe3ba858da526e6ef7d4724959.tar.gz
Process.warmup: invoke `malloc_trim` if available
Similar to releasing free GC pages, releasing free malloc pages reduce the amount of page faults post fork.
Diffstat (limited to 'process.c')
-rw-r--r--process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/process.c b/process.c
index d7e04830ee..690872ad36 100644
--- a/process.c
+++ b/process.c
@@ -8789,6 +8789,7 @@ static VALUE rb_mProcID_Syscall;
* * Precomputes the coderange of all strings.
* * Frees all empty heap pages and increments the allocatable pages counter
* by the number of pages freed.
+ * * Invoke +malloc_trim+ if available to free empty malloc pages.
*/
static VALUE