aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator_strict.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-22Minor refactor: make the framework responsible for allocating and freeing theEvan Huus1-13/+8
2013-03-20 From beroset:Bill Meier1-5/+5
2013-03-10Glib docs recommend using the slice API if you know you won't need to realloc.Evan Huus1-6/+6
2013-01-23Convert the strict allocator to use a hash table similarly to the simpleEvan Huus1-49/+138
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus1-1/+5
2012-12-28Add a strict allocator that does canaries and various other things, forEvan Huus1-0/+180