aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_scopes.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-24Make the wmem scopes friendly to the valgrind script like emem is.Evan Huus1-1/+9
2012-11-24Reorder the wmem scopes to be ordered by lifetime, which makes more sense thanEvan Huus1-16/+16
2012-11-24Add a simple block allocator to wmem (no canaries or anything yet) and use itEvan Huus1-1/+2
2012-11-09Enter and leave wmem's file scope appropriately.Evan Huus1-1/+13
2012-11-03Add wmem scopes for packet and file lifetimes. The file lifetime scope isn'tEvan Huus1-0/+176