Commit 7812a805 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13606 from rrrapha:malloc-h

parents 054bd23a 82c77fa2
#include "../precomp.hpp"
#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"
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