wireshark/epan/wmem
Evan Huus 48e188b560 Remove blocks from the free list when gc'ing them in wmem's block allocator.
Thanks to Jakub Zawadzki for catching this one.

svn path=/trunk/; revision=47843
2013-02-23 22:26: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 Remove blocks from the free list when gc'ing them in wmem's block allocator. 2013-02-23 22:26:18 +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 Validate that the pointer passed to wmem_free is valid when using the 2013-02-22 16:38:22 +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 If the requested wmem allocator is NULL, take that to mean manually-managed 2013-02-14 16:23:22 +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 Fix an *extraordinarily* embarassing copy-paste error. Much thanks to Bill 2013-02-22 16:41:41 +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 Add an option for bypassing the wmem slab similar to the one for 2013-02-14 16:07:25 +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