RE: [ft-devel] Memory problem?

2007-06-21 Thread Chris Altick
/2007 11:54 PM To: [EMAIL PROTECTED] Cc: freetype-devel@nongnu.org Subject: Re: [ft-devel] Memory problem? When I use FT_New_Memory_Face, the phenomenon is more obvious than FT_New_Face. I have enabled the built-in debugger, and traced those message, I don't know how to determine where the leak

RE: [ft-devel] Memory problem?

2007-06-13 Thread 丁力
Message- From: David Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:42 PM To: Chris Altick; DingLi(??); freetype-devel@nongnu.org Subject: RE: [ft-devel] Memory problem? Hi Guys, could you enable the FreType built-in debugger to determine where the leak is ? see the DEBUG

Re: [ft-devel] Memory problem?

2007-06-13 Thread Werner LEMBERG
When I use FT_New_Memory_Face, the phenomenon is more obvious than FT_New_Face. I have enabled the built-in debugger, and traced those message, I don't know how to determine where the leak: What you've enabled is the normal debugger, not the memory debugger! You should enable #define

RE: [ft-devel] Memory problem?

2007-06-11 Thread Chris Altick
I'm noticing a similar problem, when I try to hold more than one face in memory retrieving the characters from the Cache with the FTC_ImageCache_Lookup function I'll eventually use all the memory up. So to work around this I severely decrease the performance by calling FTDemo_Done which cleans

RE: [ft-devel] Memory problem?

2007-06-11 Thread David Turner
Hi Guys, could you enable the FreType built-in debugger to determine where the leak is ? see the DEBUG file in docs/ for instructions on how to do that, that would be useful. thanks in advance, - David On Mon, 11 Jun 2007 08:57:15 -0400, Chris Altick [EMAIL PROTECTED] said: I'm noticing a