windows port of test_set_func_malloc

git-svn-id: file:///svn/toku/tokudb@8712 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2013-04-16 23:57:38 -04:00
parent 56be317ffa
commit 521e21814c

View file

@ -1,14 +1,10 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <toku_portability.h>
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
/* Test to see if setting malloc works, and if dlmalloc works. */
#define DONT_DEPRECATE_MALLOC
#include <toku_portability.h>
#if !defined(TOKU_WINDOWS) || !TOKU_WINDOWS
#include <valgrind/memcheck.h>
#endif
/* Test to see if setting malloc works, and if dlmalloc works. */
#include <toku_portability.h>
#include <memory.h>