Re: [PATCH v4 2/2] mm: Better handling of adding new regions

2022-11-07 Thread Zhang Boyang
Hi, On 2022/10/20 20:50, Daniel Kiper wrote: On Sat, Oct 15, 2022 at 10:15:12PM +0800, Zhang Boyang wrote: Previously, there are two problems of the handling of adding new Please drop "Previously". It is not needed... regions. First, it doesn't take region management cost into account. Addi

Re: [PATCH v4 2/2] mm: Better handling of adding new regions

2022-10-20 Thread Daniel Kiper
On Sat, Oct 15, 2022 at 10:15:12PM +0800, Zhang Boyang wrote: > Previously, there are two problems of the handling of adding new Please drop "Previously". It is not needed... > regions. First, it doesn't take region management cost into account. > Adding a memory area of `x` bytes will result in

[PATCH v4 2/2] mm: Better handling of adding new regions

2022-10-15 Thread Zhang Boyang
Previously, there are two problems of the handling of adding new regions. First, it doesn't take region management cost into account. Adding a memory area of `x` bytes will result in a heap region of less than `x` bytes avaliable. Thus, the new region might not adequate for current allocation reque