summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_scopes.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04store tcp/udp port names in epan scopeEvan Huus1-1/+1
2014-05-02wmem: add new simple block allocator, use it in packet-scope.Jakub Zawadzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus1-11/+1
2013-06-19Rework wmem scoping limits so that users can still get a handle to a pool whenEvan Huus1-22/+19
2013-03-19Add more and stricter wmem block allocator debug functions.Evan Huus1-2/+2
2013-03-08Use only simple allocators until I can work out the kinks with the blockEvan Huus1-2/+2
2013-02-22Fix an *extraordinarily* embarassing copy-paste error. Much thanks to BillEvan Huus1-2/+2
2013-02-08Make use of the new garbage-collection routines when closing a file.Evan Huus1-0/+4
2013-01-15Use the block allocator for wmem's file-scope by default.Evan Huus1-1/+1
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-13/+4
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus1-4/+4
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-4/+4
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