Mike Lambert wrote:
>>The whole resource.c is replaced by calls to calloc/realloc (res.c),
>>add_free_buffer does free().
>>
>
> I think that's the problem right there. What exactly are you changing
> to use this new calloc/malloc implementation? One approach is to modify
> memory.c to use the n
> The whole resource.c is replaced by calls to calloc/realloc (res.c),
> add_free_buffer does free().
I think that's the problem right there. What exactly are you changing
to use this new calloc/malloc implementation? One approach is to modify
memory.c to use the new versions, although since parr