aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_allocator_block.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-25Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.Evan Huus1-2/+2
2012-11-24Add a simple block allocator to wmem (no canaries or anything yet) and use itEvan Huus1-0/+187