aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator_strict.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Have wmem conform to checkAPIs.plMichael Mann1-3/+3
2014-04-22Much faster implementation of 'strict' allocator.Evan Huus1-100/+72
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20Try to please the buildbot.Anders Broman1-1/+1
2013-12-20Fix [-Wmissing-prototypes]Anders Broman1-1/+2
2013-10-15Don't do canaries in blocks of guint32, it appears to cause alignment issuesEvan Huus1-9/+9
2013-09-01Send all alloc and free calls within wmem through wmem_alloc and wmem_free withEvan Huus1-6/+6
2013-08-31In the strict allocator, do canaries in units of guint32 instead of guint8. ThisEvan Huus1-19/+22
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
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