mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Apple fixes
This commit is contained in:
parent
43b69023f6
commit
9f3fded709
23 changed files with 847 additions and 425 deletions
|
@ -119,7 +119,8 @@ namespace System
|
|||
public static void Collect(bool async = true) {}
|
||||
private static void MarkAllStaticMembers() {}
|
||||
public static void DebugDumpLeaks() {}
|
||||
public static void Mark(Object obj) {}
|
||||
[SkipCall]
|
||||
public static void Mark(Object obj) {}
|
||||
public static void Mark(void* ptr, int size) {}
|
||||
public static void SetAutoCollectPeriod(int periodMS) {}
|
||||
public static void SetCollectFreeThreshold(int freeBytes) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue