Re: [PATCH v7 0/2] MR1686: include/msvcrt: Add __WINE_(ALLOC_SIZE|DEALLOC|MALLOC) attributes to _strdup, _wcsdup, _aligned_malloc
14 Dec
2022
14 Dec
'22
12:18 a.m.
Alex Henrie (@alexhenrie) commented about include/msvcrt/corecrt_malloc.h:
_ACRTIMP void __cdecl free(void*); _ACRTIMP void* __cdecl malloc(size_t); _ACRTIMP void* __cdecl realloc(void*,size_t); _ACRTIMP void* __cdecl _recalloc(void*,size_t,size_t); You can annotate _recalloc now too.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1686#note_19603
1103
Age (days ago)
1103
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Henrie (@alexhenrie)