wireshark/epan/wmem
Evan Huus f4a786638b Add strdup_printf and strdup_vprintf to the wmem string utilities.
svn path=/trunk/; revision=46177
2012-11-25 14:16:50 +00:00
..
Makefile.am Make it a little more like the Makefile.am for the ftypes subdirectory. 2012-10-24 05:30:14 +00:00
Makefile.common Add a simple block allocator to wmem (no canaries or anything yet) and use it 2012-11-24 18:42:56 +00:00
Makefile.nmake
wmem.h Wmem stack implementation using the wmem slab implementation to allocate frames. 2012-11-03 17:34:28 +00:00
wmem_allocator.h Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_allocator_block.c Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice. 2012-11-25 13:58:06 +00:00
wmem_allocator_block.h Add a simple block allocator to wmem (no canaries or anything yet) and use it 2012-11-24 18:42:56 +00:00
wmem_allocator_glib.c Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_allocator_glib.h Experimental slab allocator logic for wmem. 2012-10-27 15:35:32 +00:00
wmem_core.c Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_core.h Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_scopes.c Make the wmem scopes friendly to the valgrind script like emem is. 2012-11-24 19:02:05 +00:00
wmem_scopes.h Add wmem scopes for packet and file lifetimes. The file lifetime scope isn't 2012-11-03 15:49:15 +00:00
wmem_slab.c Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_slab.h Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_stack.c Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_stack.h Use const in wmem where possible. 2012-11-08 23:18:26 +00:00
wmem_strutl.c Add strdup_printf and strdup_vprintf to the wmem string utilities. 2012-11-25 14:16:50 +00:00
wmem_strutl.h Add strdup_printf and strdup_vprintf to the wmem string utilities. 2012-11-25 14:16:50 +00:00