From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
Thanks for the patch, but this handles only part of the probl= em, namely, the
memory allocated by emacs-module.c directly. We need a way for modules
themselves to allocate memory that is properly accounted for, and this
allocation should be nearly as convenient as xmalloc so that modules don= 9;t need
to check for failure after each allocation.