cairo/util
Behdad Esfahbod 78dac47399 [util/malloc-stats.c] Add a public function malloc_stats()
Apparently glibc already provides the function:

  void malloc_stats (void);

So, like we do for backtrace_symbols(), override the public symbol.
It still is defined as __destructor__ and runs at program finalization.
2007-12-10 14:38:48 -05: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] Change make target from "tools" to "util" 2007-04-22 07:11:47 -04:00
malloc-stats.c [util/malloc-stats.c] Add a public function malloc_stats() 2007-12-10 14:38:48 -05:00
xr2cairo Fixed to not munge some internal cairot names, (such as cairo_traps_*) 2003-07-26 20:38:58 +00:00