Changeset 299 for Include/system/gc.sbp


Ignore:
Timestamp:
Aug 24, 2007, 2:10:26 AM (17 years ago)
Author:
dai
Message:

【32bitコンパイラ】
静的リンクライブラリを実装
ジェネリクスを実装
※64bitコンパイラは未実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/gc.sbp

    r284 r299  
    66/*
    77※これらの変数はコンパイラが自動的に定義します。
    8 Dim _System_gc_GlobalRoot_StartPtr As VoidPtr
    9 Dim _System_gc_GlobalRoot_Size As Long
    108Dim _System_gc_StackRoot_StartPtr As VoidPtr
    119*/
     
    468466        HeapFree(_System_hProcessHeap,0,pbMark)
    469467
    470         If iBackAllSize=iAllSize Then
     468        If iBackAllSize <= iAllSize * 2 Then
    471469            If iAllSize > limitMemorySize Then
    472470                limitMemorySize = iAllSize
Note: See TracChangeset for help on using the changeset viewer.