Bin Liu
be2de8ccd8
Introduce pinned extents to contain unpurgeable pages
...
Some pages (e.g., hugetlb pages) cannot be purged, and should be
prioritized for reuse. A custom extent_alloc hook signals this by
OR'ing EXTENT_ALLOC_FLAG_PINNED into the low bits of the returned
pointer; jemalloc strips the flag bits and caches pinned extents in
a dedicated ecache_pinned, separate from the dirty/muzzy decay
pipeline.
Pinned extents do not coalesce eagerly, except for ones larger than
SC_LARGE_MINCLASS. A prefer-small policy reuses the smallest fitting
pinned extent, to avoid unnecessary split/fragmentation.
2026-05-05 10:44:28 -07:00
..
2026-05-05 10:44:28 -07:00
2026-04-30 15:17:18 -04:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-03-10 18:14:33 -07:00
2017-12-21 14:25:43 -08:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-05-05 10:44:28 -07:00
2024-09-04 15:43:59 -07:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-04-22 13:35:18 -04:00
2026-03-10 18:14:33 -07:00
2026-04-30 15:17:18 -04:00
2026-04-27 11:50:27 -07:00
2026-04-30 15:17:18 -04:00
2026-04-30 15:17:18 -04:00
2026-04-30 18:07:35 -04:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-03-10 18:14:33 -07:00
2026-05-05 10:44:28 -07:00
2026-05-01 15:07:25 -04:00
2026-04-01 16:23:41 -07:00
2026-03-10 18:14:33 -07:00
2026-03-26 10:42:29 -07:00
2026-03-10 18:14:33 -07:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-26 10:39:37 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-04-01 23:15:19 -04:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-04-01 23:15:19 -04:00
2026-05-05 10:44:28 -07:00
2026-04-01 23:15:19 -04:00
2026-04-01 17:48:19 -04:00
2023-07-06 12:00:02 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2021-02-04 14:10:43 -08:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-03-10 18:14:33 -07:00
2026-04-30 15:17:18 -04:00