Closed EvgeniiMekhanik closed 1 month ago
When we allocate new pages we should use __GFP_COMP flag if order is greater then zero to make such pages compound, otherwise we free only one page later and destroy buddy allocator logic.
__GFP_COMP
Closes #2132
When we allocate new pages we should use
__GFP_COMP
flag if order is greater then zero to make such pages compound, otherwise we free only one page later and destroy buddy allocator logic.Closes #2132