emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Paul Eggert
Subject: Re: Dynamic loading progress
Date: Fri, 20 Nov 2015 16:28:23 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Philipp Stephani wrote:
Why, that's how malloc also behaves.

Yes, of course. But this part of malloc's behavior is so painful that Emacs code typically never invokes malloc directly; it uses xmalloc, which is guaranteed to return non-null. Many modules will have needs similar to Emacs itself in that respect, and it would be better if they didn't have to reinvent this so-common wheel.



reply via email to

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