aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Introduces augmented interval treesMatthieu Coudron1-2/+5
2014-09-16Fix the patch-bzip2 target.Gerald Combs1-1/+1
2014-05-02wmem: add new simple block allocator, use it in packet-scope.Jakub Zawadzki1-0/+2
2014-04-30Fix indent (Use Tab)Alexis La Goutte1-5/+5
2014-04-23Hash map implementation for wmem.Evan Huus1-0/+3
2014-04-02Scrap wmem splay trees for now.Evan Huus1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-29Splay tree implementation for wmemEvan Huus1-0/+2
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-2/+2
2013-07-06Simple growable array implementation for wmem.Evan Huus1-0/+2
2013-06-18Resurrect wmem_memdup in its own misc. utilities group. Emem provides it, so weEvan Huus1-0/+2
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus1-0/+2
2013-05-08Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus1-2/+4
2013-05-07Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus1-1/+2
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus1-2/+0
2012-12-28Add a strict allocator that does canaries and various other things, forEvan Huus1-0/+2
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-0/+2
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus1-2/+2
2012-12-15Basic wmem string-buffer. Not yet feature-equivalent to the emem version.Evan Huus1-0/+2
2012-11-24Add a simple block allocator to wmem (no canaries or anything yet) and use itEvan Huus1-0/+2
2012-11-03Wmem stack implementation using the wmem slab implementation to allocate frames.Evan Huus1-0/+2
2012-11-03Add wmem scopes for packet and file lifetimes. The file lifetime scope isn'tEvan Huus1-0/+2
2012-10-27Experimental slab allocator logic for wmem.Evan Huus1-0/+2
2012-10-24Basic skeleton for wmem.Evan Huus1-0/+50