> Date: Tue May 1 06:29:35 2007 > New Revision: 18369 > > Modified:
> trunk/src/malloc.c > Modified: trunk/src/malloc.c > ============================================================================== [3168 lines of diff] Given that that file starts: /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea and released to the public domain. Use, modify, and redistribute this code without permission or acknowledgment in any way you wish. Send questions, comments, complaints, performance data, etc to [EMAIL PROTECTED] possibly it should be exempt from coding standards. Also, did it have any local modifications? And why does Parrot needs its own malloc? Nicholas Clark