2017-06-27 14:04:50 +08:00
|
|
|
#include "../precomp.hpp"
|
2017-06-26 18:35:51 +08:00
|
|
|
|
|
|
|
#if defined(TH_DISABLE_HEAP_TRACKING)
|
|
|
|
#elif (defined(__unix) || defined(_WIN32))
|
|
|
|
#include <malloc.h>
|
|
|
|
#elif defined(__APPLE__)
|
|
|
|
#include <malloc/malloc.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "THGeneral.h"
|