Am Mittwoch, 1. November 2006 23:03 schrieb Gerard Krol:
> Hi,
>
> This evenings work ;)
>
> new.patch contains the addition of two macro's, and the use of them to
> replace MALLOC
MALLOC itself is a macro around some custom wrapper around malloc...
So perhaps we should also check if we (additionally to using this NEW wrapper) 
could drop that MALLOC malloc wrapper...
(I don't really know what exact functionality MALLOC and FREE provide, besides 
that FREE checks for NULL pointers, what is useless as free() is defined by 
the C std to do nothing in that case.)

--Dennis

PS: Idea seems good, didn't look at the patch.

Attachment: pgpBJpAXvxs7h.pgp
Description: PGP signature

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to