aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Have wmem conform to checkAPIs.plMichael Mann1-3/+3
2015-02-08WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_a...Alexis La Goutte1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-19Rework wmem scoping limits so that users can still get a handle to a pool whenEvan Huus1-0/+1
2013-05-22Minor refactor: make the framework responsible for allocating and freeing theEvan Huus1-1/+1
2013-05-08Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus1-1/+2
2013-05-07Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus1-4/+8
2013-02-08Expose the new wmem API functions, and use a consistent order ofEvan Huus1-1/+1
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus1-3/+12
2012-12-27Pre-declare just the enum, and not the typedef to avoid redefinition warnings.Evan Huus1-3/+3
2012-12-27Store the type of each wmem allocator.Evan Huus1-1/+4
2012-11-08Use const in wmem where possible.Evan Huus1-1/+1
2012-10-27Make the allocator destructor part of wmem_allocator_t. This avoids twoEvan Huus1-0/+1
2012-10-24We're no longer defining the structure in a typedef definition, so weGuy Harris1-1/+1
2012-10-24Have wmem_core.h define the wmem_allocator_t typedef, with an incompleteGuy Harris1-1/+1
2012-10-24Basic skeleton for wmem.Evan Huus1-0/+59