Re: Big memory leak in division operator example !
- Posted by Robert Craig <rds at RapidEuphoria.com> Jun 23, 2007
- 672 views
Matt Lewis wrote: > OK, took a look at svn, and it looks like I switched the memory management > to straight malloc/realloc/free, without any of the custom allocation and > block management. I tested on FreeBSD just now, and found that exu for 3.1 can't handle the leak example, but exu for 3.0.2 is OK. The storage allocation system is very complicated. I wish I could make it simple and portable, but I think we would lose too much performance. Also, it fixes at least one WATCOM bug, and does some other things. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com