cryb-to/lib/test
Dag-Erling Smørgrav 5584b68908 Fix t_malloc_snapshot(): stash the difference between nalloc and nfree,
not the numbers themselves.

In t_malloc_printstats(), show information about mapped allocations.

In t_malloc_leaked(), check for leaked mapped allocations.  Note that
they would show up anyway since the metadata are allocated from the
bucket allocator, but this makes them more visible.
2015-11-02 19:45:12 +00:00
..
Makefile.am
t_const.c
t_file.c
t_main.c Fix t_malloc_snapshot(): stash the difference between nalloc and nfree, 2015-11-02 19:45:12 +00:00
t_malloc.c Fix t_malloc_snapshot(): stash the difference between nalloc and nfree, 2015-11-02 19:45:12 +00:00
t_util.c When running a test, make sure it didn't leave allocation failure enabled. 2015-10-13 21:39:47 +00:00