wireshark/epan/wmem
Bill Meier 0df5a9390d From beroset:
remove C++ incompatibilities
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397

svn path=/trunk/; revision=48438
2013-03-20 01:18:10 +00:00
..
Makefile.am Add empty placeholder wmem test suite. Hopefully my automake skills were 2013-03-20 00:28:36 +00:00
Makefile.common Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +00:00
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
wmem.h Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +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 From beroset: 2013-03-20 01:18:10 +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 Trivial tweaks to clean up cppcheck warnings. 2013-03-20 00:10:07 +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 From beroset: 2013-03-20 01:18:10 +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 Trivial tweaks to clean up cppcheck warnings. 2013-03-20 00:10:07 +00:00
wmem_core.h Export some wmem functions using the new scheme. 2013-03-02 21:29:05 +00:00
wmem_scopes.c Add more and stricter wmem block allocator debug functions. 2013-03-19 15:32:42 +00:00
wmem_scopes.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_slist.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_slist.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_stack.c Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +00:00
wmem_stack.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_strbuf.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_strbuf.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_strutl.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_strutl.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00
wmem_test.c Add empty placeholder wmem test suite. Hopefully my automake skills were 2013-03-20 00:28:36 +00:00