You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nedmalloc has been EOL for a while according to its author (ned14/nedmalloc#20 (comment)):
"nedmalloc is pretty much EOL. Happy to accept patches, but unwilling to fix. You should use the system allocator on any recent OS instead."
It was also leading to compilation errors to ARM64 using llvm-mingw on Windows:
In file included from F:\git-sdk-64\usr\src\git\compat\nedmalloc\nedmalloc.c:63:
F:\git-sdk-64\usr\src\git\compat\nedmalloc/malloc.c.h:1404:57: error: static declaration of '_InterlockedExchange' follows non-static declaration
static __inline__ __attribute__((always_inline)) long _InterlockedExchange(volatile long * const Target, const long Value)
Git will now use the built-in OS memory allocation on Windows instead.
Signed-off-by: Dennis Ameling <[email protected]>
0 commit comments