wireshark/epan/wmem
Evan Huus ade9361071 Loop the timing test 128 times so that statistics work more in our favour.
Print the times to stdout so that in a failure case we can see how badly it
was off.

svn path=/trunk/; revision=48590
2013-03-27 17:30:12 +00:00
..
Makefile.am Add empty placeholder wmem test suite. Hopefully my automake skills were 2013-03-20 00:28:36 +00:00
Makefile.common Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +00:00
Makefile.nmake Add wmem unit test binary (still empty) to nmake build and to 2013-03-23 23:51:07 +00:00
wmem.h Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +00:00
wmem_allocator.h Expose the new wmem API functions, and use a consistent order of 2013-02-08 01:47:48 +00:00
wmem_allocator_block.c Copy over a missing flag in the block allocator to fix the build-bot failure 2013-03-27 12:01:36 +00:00
wmem_allocator_block.h Initial simple block allocator tests, not being run by default because they're 2013-03-24 00:45:32 +00:00
wmem_allocator_simple.c Trivial tweaks to clean up cppcheck warnings. 2013-03-20 00:10:07 +00:00
wmem_allocator_simple.h Rename allocator_glib to allocator_simple, since the block allocator also 2012-12-18 23:36:45 +00:00
wmem_allocator_strict.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_allocator_strict.h Add a strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
wmem_core.c Trivial tweaks to clean up cppcheck warnings. 2013-03-20 00:10:07 +00:00
wmem_core.h Export some wmem functions using the new scheme. 2013-03-02 21:29:05 +00:00
wmem_scopes.c Add more and stricter wmem block allocator debug functions. 2013-03-19 15:32:42 +00:00
wmem_scopes.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_slist.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_slist.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_stack.c Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +00:00
wmem_stack.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_strbuf.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_strbuf.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_strutl.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_strutl.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_test.c Loop the timing test 128 times so that statistics work more in our favour. 2013-03-27 17:30:12 +00:00