Hi Paul!

> Le 25 nov. 2018 à 20:43, Paul Eggert <egg...@cs.ucla.edu> a écrit :
> 
> One top-level question is how does memory allocation work? Emacs has its own 
> memory allocator, and doesn't want to use plain malloc. It has its own 
> xmalloc implementation; will that suffice?

The current implementation uses xmalloc, but there are also calls to calloc and 
realloc.

Reply via email to