Re: [PHP-DEV] GD memory allocation

2002-10-10 Thread Rasmus Lerdorf
Nothing in there needs to survive. That would be one of the things to clean up in that mess. On Fri, 11 Oct 2002, Andi Gutmans wrote: > Hi, > > GD uses malloc()/free() and friends (gdhelpers.c). Unless there is stuff in > gd which has to survive between requests, as we have its source in our tr

[PHP-DEV] GD memory allocation

2002-10-10 Thread Andi Gutmans
Hi, GD uses malloc()/free() and friends (gdhelpers.c). Unless there is stuff in gd which has to survive between requests, as we have its source in our tree it might be beneficial to move to emalloc() and friends. Andi -- PHP Development Mailing List To unsubscribe, vis