1#include "../precomp.hpp" 2 3#if defined(TH_DISABLE_HEAP_TRACKING) 4#elif (defined(__unix) || defined(_WIN32)) 5#include <malloc.h> 6#elif defined(__APPLE__) 7#include <malloc/malloc.h> 8#endif 9 10#include "THGeneral.h" 11 12