wireshark/epan/wmem
Jaap Keuter 827eb58b04 From David Arnold:
Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools.

svn path=/trunk/; revision=48261
2013-03-12 06:53:39 +00:00
..
Makefile.am From David Arnold: 2013-03-12 06:53:39 +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 Minor improvements to block allocator debugging. 2013-03-11 19:24:51 +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 Glib docs recommend using the slice API if you know you won't need to realloc. 2013-03-10 15:04:04 +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 Glib docs recommend using the slice API if you know you won't need to realloc. 2013-03-10 15:04: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 Export some wmem functions using the new scheme. 2013-03-02 21:29:05 +00:00
wmem_scopes.c Use only simple allocators until I can work out the kinks with the block 2013-03-08 17:52:13 +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 Remove the wmem slab. It was an optimization mimicking the emem slab 2013-03-09 20:16:33 +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 Use the new realloc API when growing a string-buffer. 2013-02-08 17:09:18 +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 Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
wmem_strutl.h Add the appropriate new WS_DLL_* declarations to the wmem API. 2013-03-09 20:25:44 +00:00