summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_stack.c
AgeCommit message (Expand)AuthorFilesLines
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-6/+0
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-7/+7
2013-03-09Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus1-1/+0
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-49/+11
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-2/+2
2012-11-08Use const in wmem where possible.Evan Huus1-2/+2
2012-11-03Wmem stack implementation using the wmem slab implementation to allocate frames.Evan Huus1-0/+115