Auteur: Nico Erfurth Date: À: Kevin P. Fleming CC: exim-users Sujet: Re: [Exim] Another small patch, please comment
Kevin P. Fleming wrote: > michael@??? wrote:
>
>> While talking about it: Does Exim never free memory? I know the processes
>> are short lived, so there is no long-term leak, but it still looks odd
>> to me.
>>
>
> It looks odd to me too! However, it makes perfect sense seeing that any
> single
> Exim process is never going to allocate enormous amounts of "store", and
> the
> processes are quite short-lived.
The header of store.c describes the way exim uses memory/story very well.