mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-19 09:00:41 +02:00
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
17 lines
103 B
Text
17 lines
103 B
Text
.deps
|
|
.libs
|
|
Makefile
|
|
Makefile.in
|
|
*.so
|
|
*.la
|
|
*.lo
|
|
*.loT
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.dll
|
|
*.exp
|
|
*.lib
|
|
*~
|
|
.*.sw?
|
|
TAGS
|