TurboPFor: Benchmark app
This commit is contained in:
@ -31,8 +31,12 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <time.h> /* time_t, struct tm, time, mktime */
|
#include <time.h> /* time_t, struct tm, time, mktime */
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
#ifdef HAVE_MALLOC_MALLOC
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#else
|
#else
|
||||||
|
#include <malloc/malloc.h>
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|||||||
Reference in New Issue
Block a user