Implement a bit more of GC object interface
This commit is contained in:
committed by
Space
parent
a3105da32e
commit
94076300ec
@@ -287,7 +287,7 @@ void Kotlin_native_internal_GC_setCollectCyclesThreshold(ObjHeader*, int64_t val
|
||||
int64_t Kotlin_native_internal_GC_getCollectCyclesThreshold(ObjHeader*);
|
||||
void Kotlin_native_internal_GC_setThresholdAllocations(ObjHeader*, int64_t value);
|
||||
int64_t Kotlin_native_internal_GC_getThresholdAllocations(ObjHeader*);
|
||||
void Kotlin_native_internal_GC_setTuneThreshold(ObjHeader*, int32_t value);
|
||||
void Kotlin_native_internal_GC_setTuneThreshold(ObjHeader*, bool value);
|
||||
bool Kotlin_native_internal_GC_getTuneThreshold(ObjHeader*);
|
||||
OBJ_GETTER(Kotlin_native_internal_GC_detectCycles, ObjHeader*);
|
||||
OBJ_GETTER(Kotlin_native_internal_GC_findCycle, ObjHeader*, ObjHeader* root);
|
||||
|
||||
Reference in New Issue
Block a user