[PATCH 1/4] win32u: Add freelist cache allocator.

Huw Davies huw at codeweavers.com
Mon Mar 21 05:56:54 CDT 2022


On Mon, Mar 21, 2022 at 05:41:48AM +0900, Jinoh Kang wrote:
> Signed-off-by: Jinoh Kang <jinoh.kang.kr at gmail.com>
> ---
>  dlls/win32u/Makefile.in     |   1 +
>  dlls/win32u/alloc.c         | 173 ++++++++++++++++++++++++++++++++++++
>  dlls/win32u/ntgdi_private.h |   4 +
>  3 files changed, 178 insertions(+)
>  create mode 100644 dlls/win32u/alloc.c

Hi Jinoh,

Could you provide some justification for why we should include this?
Additionally, there are a few magic numbers in this patch, some
discussion about their value would be good.

Also note, [1/4] is adding dead (unused) code.  You'd want to combine
it with [2/4] say.

Huw.



More information about the wine-devel mailing list