wireshark/epan/wmem
Evan Huus da6d99e2c9 Refactor insert32 to use lookup_or_insert32 with the right flags.
svn path=/trunk/; revision=50013
2013-06-18 19:55:29 +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 Most of a red-black tree implementation for wmem, based heavily on the emem 2013-06-15 10:40:56 +00:00
Makefile.nmake Add wmem unit test binary (still empty) to nmake build and to 2013-03-23 23:51:07 +00:00
wmem.h Most of a red-black tree implementation for wmem, based heavily on the emem 2013-06-15 10:40:56 +00:00
wmem_allocator.h Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_block.c Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_block.h Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_simple.c Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_simple.h Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_strict.c Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_allocator_strict.h Minor refactor: make the framework responsible for allocating and freeing the 2013-05-22 15:42:12 +00:00
wmem_core.c Scrap wmem_memdup, it's not actually as useful as I thought it would be. 2013-06-18 19:01:01 +00:00
wmem_core.h Scrap wmem_memdup, it's not actually as useful as I thought it would be. 2013-06-18 19:01:01 +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 In part from Raúl Pérez Clavero via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8275 2013-04-30 01:23:10 +00:00
wmem_slist.h First batch of doxygen for wmem. Remove some things from README.wmem now that 2013-05-26 02:40:40 +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 First batch of doxygen for wmem. Remove some things from README.wmem now that 2013-05-26 02:40:40 +00:00
wmem_strbuf.c Wmem string-buffer improvements: 2013-04-26 21:30:24 +00:00
wmem_strbuf.h First batch of doxygen for wmem. Remove some things from README.wmem now that 2013-05-26 02:40:40 +00:00
wmem_strutl.c From beroset: 2013-03-20 01:18:10 +00:00
wmem_strutl.h First batch of doxygen for wmem. Remove some things from README.wmem now that 2013-05-26 02:40:40 +00:00
wmem_test.c Scrap wmem_memdup, it's not actually as useful as I thought it would be. 2013-06-18 19:01:01 +00:00
wmem_tree.c Refactor insert32 to use lookup_or_insert32 with the right flags. 2013-06-18 19:55:29 +00:00
wmem_tree.h Re-port a bunch of the red-black tree code from wmem with fewer modifications, 2013-06-18 05:31:12 +00:00
wmem_user_cb.c More callback tweaks, to permit unregistering a callback from the same place 2013-06-16 22:37:55 +00:00
wmem_user_cb.h More callback tweaks, to permit unregistering a callback from the same place 2013-06-16 22:37:55 +00:00
wmem_user_cb_int.h More callback tweaks, to permit unregistering a callback from the same place 2013-06-16 22:37:55 +00:00