mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Addresses #1032
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:
parent
56be317ffa
commit
521e21814c
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue