wireshark/epan/wmem
2013-01-20 02:47:58 +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 Add missing header #include as the slab is part of the API even if nobody 2013-01-15 16:27:17 +00:00
wmem_allocator.h Add three more slots to the wmem allocater definition (not yet implemented 2013-01-19 16:15:32 +00:00
wmem_allocator_block.c Add three more slots to the wmem allocater definition (not yet implemented 2013-01-19 16:15:32 +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 NULL is also a valid return for g_malloc if the requested size is 0. 2013-01-20 02:47:58 +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 three more slots to the wmem allocater definition (not yet implemented 2013-01-19 16:15:32 +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 convenience macros wmem_new and wmem_new0 2013-01-04 22:11:13 +00:00
wmem_scopes.c Use the block allocator for wmem's file-scope by default. 2013-01-15 16:25:24 +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