Changeset 362
- Timestamp:
- Oct 22, 2007, 3:05:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/system/gc.sbp
r361 r362 118 118 119 119 'メモリの上限値(この値を超えるとGCが発動します) 120 limitMemorySize = 1024*1024 As LONG_PTR ' バイト単位 121 limitMemoryObjectNum = 2000 ' メモリオブジェクトの個数単位 120 SetLimit( 121 1024*1024, ' バイト単位 122 2000 ' メモリオブジェクトの個数単位 123 ) 122 124 123 125 pMemoryObjects = _System_calloc( 1 )
Note:
See TracChangeset
for help on using the changeset viewer.