David Turner 3e26d07e60 * src/base/ftdbgmem.c: adding the ability to list all allocation sites
in the memory debugger. Also a new function FT_DumpMemory() was added.
	It is only available in builds with FT_DEBUG_MEMORY defined, and you
	must declare it in your own code to use it, i.e. with something
	like:

	  extern void FT_DumpMemory( FT_Memory );

	  ...

	  FT_DumpMemory( memory );

	* include/freetype/config/ftoptions.h: disabling TrueType bytecode
	interpreter !

	* include/freetype/internal/ftmemory.h: adding FT_ARRAY_ZERO, as a
	convenience macro.
2005-02-22 15:38:12 +00:00
..
2004-07-19 20:02:35 +00:00
2003-11-12 15:15:49 +00:00
2004-12-13 23:16:59 +00:00
2002-09-18 11:32:12 +00:00
2002-09-18 11:32:12 +00:00
2004-12-04 14:23:50 +00:00
2004-12-13 11:40:36 +00:00