freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] Debugging Memory Manager added to FreeType sources


From: David Turner
Subject: Re: [Devel] Debugging Memory Manager added to FreeType sources
Date: Tue, 23 Oct 2001 09:57:28 +0200

Hi Tom,

Tom Kacvinsky a écrit :
> 
> Well, the function FT_Alloc_Debug is getting called, but ft_mem_debug_alloc
> is not being called.  Weird.
>

this means that the debugging memory manager is not active. In other
words, the environment variable "FT_DEBUG_MEMORY" was not detected.
Could you put a breakpoint on "ft_mem_debug_init" to see if it is
called (it should if the _macro_ is defined), and wether the _variable_
is correctly detected ??

Cheers,

- David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]