1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-26 00:57:39 +03:00
Files
glibc/malloc
Wilco Dijkstra 05a14648e9 malloc: Support THP in arenas
Arenas support huge pages but not transparent huge pages.  Add this by
also checking mp_.thp_pagesize when creating a new arena, and use madvise.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2025-08-08 14:00:11 +00:00
..
2025-08-08 14:00:11 +00:00
2021-02-23 10:04:45 +01:00
2025-08-08 13:59:31 +00:00
2014-01-02 09:40:10 +01:00
2022-10-28 18:43:58 +01:00