cairo/util
Behdad Esfahbod 3b46e105bd [util] Import my malloc wrapper that prints simple statistics
To build, do:

	make malloc-stats.so

inside util/, and to use, run:

	LD_PRELOAD=malloc-stats.so some-program

For binaries managed by libtool, eg, cairo-perf, do:

	../libtool --mode=execute /bin/true ./cairo-perf
	LD_PRELOAD="../util/malloc-stats.so" .libs/lt-cairo-perf

The code also includes Jeff Muizelaar's libbacktracesymbols that
is a much better implementation of backtrace_symbols() than what
is provided by glibc.  That can be built by:

	make backtrace-symbols.so
2007-04-21 08:23:15 -04:00
..
.gitignore [util] Import my malloc wrapper that prints simple statistics 2007-04-21 08:23:15 -04:00
backtrace-symbols.c [util] Import my malloc wrapper that prints simple statistics 2007-04-21 08:23:15 -04:00
cairo-api-update Remove #ifdef munging since we once again support either #if or #ifdef. 2005-05-17 09:13:02 +00:00
Makefile.am [util] Import my malloc wrapper that prints simple statistics 2007-04-21 08:23:15 -04:00
malloc-stats.c [util] Import my malloc wrapper that prints simple statistics 2007-04-21 08:23:15 -04:00
xr2cairo Fixed to not munge some internal cairot names, (such as cairo_traps_*) 2003-07-26 20:38:58 +00:00