diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-11 11:00:24 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-11 11:00:24 +0200 |
| commit | 170cc57780bb1337e2348c94e8d78f41ec15f804 (patch) | |
| tree | d2fbc75c24eeec6174b749ce0919cef37991ffe8 /thirdparty/xmake.lua | |
| parent | HTTP range responses (RFC 7233) - httpobjectstore (#928) (diff) | |
| download | zen-170cc57780bb1337e2348c94e8d78f41ec15f804.tar.xz zen-170cc57780bb1337e2348c94e8d78f41ec15f804.zip | |
update rpmalloc and tweak for commit/decommit churn (#934)
- Improvement: Updated rpmalloc to develop branch commit feb43aee0d4d (2025-10-26), which fixes `VirtualAlloc(MEM_COMMIT)` failures being silently ignored under memory pressure
- Improvement: Increased rpmalloc page decommit thresholds to reduce commit/decommit churn under high allocation turnover
Diffstat (limited to 'thirdparty/xmake.lua')
| -rw-r--r-- | thirdparty/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/xmake.lua b/thirdparty/xmake.lua index 1f5902fdf..ea861fc55 100644 --- a/thirdparty/xmake.lua +++ b/thirdparty/xmake.lua @@ -32,9 +32,9 @@ target('ue-trace') add_includedirs("trace", {public=true}) add_headerfiles("trace/**.h") --- rpmalloc 1.5.0-dev.20250810 --- Vendored from develop branch commit 6b34d956911b (2025-08-10) --- https://github.com/mjansson/rpmalloc/commit/6b34d956911b +-- rpmalloc 1.5.0-dev.20251026 +-- Vendored from develop branch commit feb43aee0d4d (2025-10-26) +-- https://github.com/mjansson/rpmalloc/commit/feb43aee0d4d target('rpmalloc') set_kind("static") set_group('thirdparty') |