emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dumper issue, revisited; invalid realloc/free


From: Eli Zaretskii
Subject: Re: Dumper issue, revisited; invalid realloc/free
Date: Wed, 04 Feb 2015 22:40:15 +0200

> Date: Wed, 4 Feb 2015 15:08:42 -0500
> From: Rich Felker <address@hidden>
> Cc: address@hidden
> 
> Upon checking master, w32heap.c is not using the system malloc. It's
> its own implementation of the malloc API written on top of the Win32
> HeapAlloc API.

System malloc on Windows is a thin wrapper around HeapAlloc, so we are
actually using system malloc.  There are good reasons why we call
HeapAlloc directly, but they are immaterial for the purposes of this
discussion.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]