mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-02 22:36:00 +02:00
Moving BeefMem
This commit is contained in:
parent
b3487d733b
commit
65bf1915af
337 changed files with 0 additions and 4 deletions
14
BeefTools/BeefMem/gperftools/src/tcconfig.h
Normal file
14
BeefTools/BeefMem/gperftools/src/tcconfig.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "BFPlatform.h"
|
||||
|
||||
#ifdef BF_PLATFORM_WINDOWS
|
||||
#include "windows/config.h"
|
||||
#include "windows/gperftools/tcmalloc.h"
|
||||
#elif defined BF_PLATFORM_OSX
|
||||
#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
|
Loading…
Add table
Add a link
Reference in a new issue