Commit 306c1155 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1032

windows port of test_set_func_malloc

git-svn-id: file:///svn/toku/tokudb@8712 c7de825b-a66e-492c-adef-691d508d4ae1
parent 53c6b17d
/* -*- 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment