On Mon, 8 Aug 2022 16:46:58 -0400 Rik van Riel <riel@xxxxxxxxxxx> wrote: > Align larger anonymous memory mappings on THP boundaries by > going through thp_get_unmapped_area if THPs are enabled for > the current process. > > With this patch, larger anonymous mappings are now THP aligned > when checking in /proc/PID/maps, but only when THP is enabled > for that process. > What are the runtime effects of this change?