aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/Makefile.common
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-28 17:04:23 +0000
committerEvan Huus <eapache@gmail.com>2012-12-28 17:04:23 +0000
commit0c66691b92668caaf51aac05a8c30f85867571db (patch)
tree6974bd38d86ef7872d29d860b8d94b110e725325 /epan/wmem/Makefile.common
parent5588d07faae0f3f07ad18f2b3c8586528b28361b (diff)
Add a strict allocator that does canaries and various other things, for
platforms which don't have Valgrind. Valgrind is still the better choice on platforms which support it. svn path=/trunk/; revision=46828
Diffstat (limited to 'epan/wmem/Makefile.common')
-rw-r--r--epan/wmem/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/wmem/Makefile.common b/epan/wmem/Makefile.common
index 0e8f719579..ee29d22b1d 100644
--- a/epan/wmem/Makefile.common
+++ b/epan/wmem/Makefile.common
@@ -27,6 +27,7 @@ LIBWMEM_SRC = \
wmem_core.c \
wmem_allocator_block.c \
wmem_allocator_simple.c \
+ wmem_allocator_strict.c \
wmem_scopes.c \
wmem_slab.c \
wmem_slist.c \
@@ -40,6 +41,7 @@ LIBWMEM_INCLUDES = \
wmem_allocator.h \
wmem_allocator_block.h \
wmem_allocator_simple.h \
+ wmem_allocator_strict.h \
wmem_scopes.h \
wmem_slab.h \
wmem_slist.h \