Wireshark-commits: [Wireshark-commits] rev 51298: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat
Date: Sun, 11 Aug 2013 16:06:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51298

User: eapache
Date: 2013/08/11 09:06 AM

Log:
 Instead of using a glib slist to track the list of blocks, embed a short
 doubly-linked list at the head of each block. This was intended as a step
 towards supporting allocations bigger than the usual block size, but also shows
 up as a 2% performance improvement in the speed test, so win-win.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +84 -51    wmem_allocator_block.c    Modified