1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +02:00
Beef/BeefTools/BeefMem/gperftools/src/tcconfig.h

14 lines
345 B
C
Raw Normal View History

2019-08-23 11:56:54 -07:00
#include "BFPlatform.h"
#ifdef BF_PLATFORM_WINDOWS
#include "windows/config.h"
#include "windows/gperftools/tcmalloc.h"
2019-10-15 17:27:09 -07:00
#elif defined BF_PLATFORM_MACOS
2019-08-23 11:56:54 -07:00
#include "osx/config.h"
#include "osx/gperftools/tcmalloc.h"
#elif defined BF_PLATFORM_IOS
#include "ios/config.h"
#include "ios/gperftools/tcmalloc.h"
#else
#error Platform not handled
#endif