Wireshark-commits: [Wireshark-commits] rev 48588: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_test.c

Date: Wed, 27 Mar 2013 16:37:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48588

User: eapache
Date: 2013/03/27 09:37 AM

Log:
 Add a timing test to check that the block allocator is actually faster than the
 simple one. At the moment it seems to be between 2x and 2.5x faster in the
 common case (a simple sequence of allocations followed by free_all).

Directory: /trunk/epan/wmem/
  Changes    Path           Action
  +42 -0     wmem_test.c    Modified