wireshark/epan/wmem
Evan Huus 8c8533e0dd Use the new realloc API when growing a string-buffer.
svn path=/trunk/; revision=47571
2013-02-08 17:09:18 +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 Expose the new wmem API functions, and use a consistent order of 2013-02-08 01:47:48 +00:00
wmem_allocator_block.c Fix issue where using realloc() to shrink a chunk could result in 2013-02-08 02:40:05 +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 Expose the new wmem API functions, and use a consistent order of 2013-02-08 01:47:48 +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 Convert the strict allocator to use a hash table similarly to the simple 2013-01-23 02:31:04 +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 Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way, 2013-01-23 01:11:36 +00:00
wmem_core.h Expose the new wmem API functions, and use a consistent order of 2013-02-08 01:47:48 +00:00
wmem_scopes.c Make use of the new garbage-collection routines when closing a file. 2013-02-08 01:58:04 +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 Use the new realloc API when growing a string-buffer. 2013-02-08 17:09:18 +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