Changeset 490
- Timestamp:
- Mar 22, 2008, 1:59:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/system/gc.sbp
r458 r490 793 793 794 794 795 Function GC_malloc(size As Long) As VoidPtr795 Function GC_malloc(size As SIZE_T) As VoidPtr 796 796 ' sweep 797 797 _System_pGC->TrySweep() … … 801 801 End Function 802 802 803 Function GC_malloc_atomic(size As Long) As VoidPtr803 Function GC_malloc_atomic(size As SIZE_T) As VoidPtr 804 804 ' sweep 805 805 _System_pGC->TrySweep() … … 809 809 End Function 810 810 811 Function _System_GC_malloc_ForObject(size As Long) As VoidPtr811 Function _System_GC_malloc_ForObject(size As SIZE_T) As VoidPtr 812 812 ' sweep 813 813 _System_pGC->TrySweep() … … 817 817 End Function 818 818 819 Function _System_GC_malloc_ForObjectPtr(size As Long) As VoidPtr819 Function _System_GC_malloc_ForObjectPtr(size As SIZE_T) As VoidPtr 820 820 ' sweep 821 821 _System_pGC->TrySweep()
Note:
See TracChangeset
for help on using the changeset viewer.