mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
GC fix
This commit is contained in:
parent
4d55a32c90
commit
76a8f2d7bb
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ namespace System
|
|||
public static void SetAutoCollectPeriod(int periodMS) {}
|
||||
public static void SetCollectFreeThreshold(int freeBytes) {}
|
||||
public static void SetMaxPausePercentage(int maxPausePercentage) {}
|
||||
extern static void AddPendingThread(void* internalThreadInfo) {}
|
||||
static void AddPendingThread(void* internalThreadInfo) {}
|
||||
#endif
|
||||
|
||||
static void MarkDerefedObject(Object* obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue