aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Hash map implementation for wmem.Evan Huus1-0/+1
2014-04-02Scrap wmem splay trees for now.Evan Huus1-1/+0
2014-03-29Splay tree implementation for wmemEvan Huus1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-07-21Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus1-0/+1
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-1/+1
2013-07-06Simple growable array implementation for wmem.Evan Huus1-0/+1
2013-06-18Resurrect wmem_memdup in its own misc. utilities group. Emem provides it, so weEvan Huus1-0/+1
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus1-0/+1
2013-05-08Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus1-0/+1
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus1-1/+0
2013-01-15Add missing header #include as the slab is part of the API even if nobodyEvan Huus1-0/+1
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-0/+1
2012-12-15Basic wmem string-buffer. Not yet feature-equivalent to the emem version.Evan Huus1-0/+1
2012-11-03Wmem stack implementation using the wmem slab implementation to allocate frames.Evan Huus1-0/+1
2012-11-03Add wmem scopes for packet and file lifetimes. The file lifetime scope isn'tEvan Huus1-0/+1
2012-10-24Basic skeleton for wmem.Evan Huus1-0/+45