mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed comment about default
This commit is contained in:
parent
5190038af9
commit
116a519f4e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace System
|
|||
[CallingConvention(.Cdecl)]
|
||||
public extern static void Mark(void* ptr, int size);
|
||||
[CallingConvention(.Cdecl)]
|
||||
public extern static void SetAutoCollectPeriod(int periodMS); // <= -1 to disable, 0 to constantly run. Defaults to -1
|
||||
public extern static void SetAutoCollectPeriod(int periodMS); // <= -1 to disable, 0 to constantly run. Defaults to 2000.
|
||||
[CallingConvention(.Cdecl)]
|
||||
public extern static void SetCollectFreeThreshold(int freeBytes); // -1 to disable, 0 to trigger collection after every single free. Defaults to 64MB
|
||||
[CallingConvention(.Cdecl)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue