Changeset 299 for Include/system/gc.sbp
- Timestamp:
- Aug 24, 2007, 2:10:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/gc.sbp
r284 r299 6 6 /* 7 7 ※これらの変数はコンパイラが自動的に定義します。 8 Dim _System_gc_GlobalRoot_StartPtr As VoidPtr9 Dim _System_gc_GlobalRoot_Size As Long10 8 Dim _System_gc_StackRoot_StartPtr As VoidPtr 11 9 */ … … 468 466 HeapFree(_System_hProcessHeap,0,pbMark) 469 467 470 If iBackAllSize =iAllSizeThen468 If iBackAllSize <= iAllSize * 2 Then 471 469 If iAllSize > limitMemorySize Then 472 470 limitMemorySize = iAllSize
Note:
See TracChangeset
for help on using the changeset viewer.