Commit a5c6afe4 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

move toku_malloc to portability layer. addresses #1342

git-svn-id: file:///svn/toku/tokudb.1032b@8426 c7de825b-a66e-492c-adef-691d508d4ae1
parent 324ce51d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.DEFAULT_GOAL=install .DEFAULT_GOAL=install
TOKUROOT=../ TOKUROOT=../
INCLUDEDIRS=-I$(TOKUROOT)include/linux -I$(TOKUROOT)newbrt INCLUDEDIRS=-I$(TOKUROOT)include/linux
include $(TOKUROOT)include/Makefile.include include $(TOKUROOT)include/Makefile.include
OPT_AROPT=-qnoipo #Disable ipo for lib creation even when optimization is on. OPT_AROPT=-qnoipo #Disable ipo for lib creation even when optimization is on.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "toku_portability.h" #include "toku_portability.h"
#include "memory.h" #include "memory.h"
#include "toku_assert.h" #include <assert.h>
#include <string.h> #include <string.h>
#include <malloc.h> #include <malloc.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