wireshark/epan/wmem
Evan Huus 8331c0e495 Add a cast to pacify MSVC.
svn path=/trunk/; revision=46850
2012-12-29 21:34:57 +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 strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
Makefile.nmake
wmem.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_allocator.h Pre-declare just the enum, and not the typedef to avoid redefinition warnings. 2012-12-27 22:59:29 +00:00
wmem_allocator_block.c Make the alignment amount for the wmem block allocator into a #define 2012-12-27 23:11:47 +00:00
wmem_allocator_block.h Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_allocator_simple.c Rename allocator_glib to allocator_simple, since the block allocator also 2012-12-18 23:36:45 +00:00
wmem_allocator_simple.h Rename allocator_glib to allocator_simple, since the block allocator also 2012-12-18 23:36:45 +00:00
wmem_allocator_strict.c Add a strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
wmem_allocator_strict.h Add a strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
wmem_core.c Add a strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
wmem_core.h Add a strict allocator that does canaries and various other things, for 2012-12-28 17:04:23 +00:00
wmem_scopes.c Dispatch all allocator creations through a single function using an enum to 2012-12-19 00:43:36 +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 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_slab.h Use 'new' instead of 'create' a consistent manner. 2012-12-18 23:25:11 +00:00
wmem_slist.c Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_slist.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_stack.c Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_stack.h Implement a basic singly-linked for wmem. 2012-12-19 01:37:28 +00:00
wmem_strbuf.c Add a cast to pacify MSVC. 2012-12-29 21:34:57 +00:00
wmem_strbuf.h Implement wmem_strbuf_append_printf. 2012-12-29 20:37:53 +00:00
wmem_strutl.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
wmem_strutl.h Add strdup_printf and strdup_vprintf to the wmem string utilities. 2012-11-25 14:16:50 +00:00