1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
This commit is contained in:
Brian Fiete 2020-08-31 11:33:11 -07:00
parent 4d55a32c90
commit 76a8f2d7bb

View file

@ -143,7 +143,7 @@ namespace System
public static void SetAutoCollectPeriod(int periodMS) {} public static void SetAutoCollectPeriod(int periodMS) {}
public static void SetCollectFreeThreshold(int freeBytes) {} public static void SetCollectFreeThreshold(int freeBytes) {}
public static void SetMaxPausePercentage(int maxPausePercentage) {} public static void SetMaxPausePercentage(int maxPausePercentage) {}
extern static void AddPendingThread(void* internalThreadInfo) {} static void AddPendingThread(void* internalThreadInfo) {}
#endif #endif
static void MarkDerefedObject(Object* obj) static void MarkDerefedObject(Object* obj)