aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_stack.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-24Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus1-0/+2
2013-07-21Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus1-3/+1
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-5/+5
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus1-0/+12
2013-03-09Add the appropriate new WS_DLL_* declarations to the wmem API.Evan Huus1-0/+3
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-7/+5
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-1/+1
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/+74