From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
Philipp Stephani wrote:
> Why, that's how malloc also behaves.
Yes, of course. But this part of malloc's behavior is so painful that E= macs code
typically never invokes malloc directly; it uses xmalloc, which is guarante= ed to
return non-null. Many modules will have needs similar to Emacs itself in th= at
respect, and it would be better if they didn't have to reinvent this so= -common
wheel.