#include "kite_vm.h"
Go to the source code of this file.
Functions | |
kite_object_t * | kite_gc_incremental (kite_thread_t *) |
void | kite_gc_destroy_all (kite_thread_t *) |
void kite_gc_destroy_all | ( | kite_thread_t * | ) |
References FALSE, kite_destruct_object(), kite_new_list(), kite_vm_call_method(), OBJ_INSTANCE, and kite_object_t::type.
kite_object_t* kite_gc_incremental | ( | kite_thread_t * | ) |
References FALSE, kite_destruct_object_nofree(), kite_new_list(), kite_vm_call_method(), OBJ_INSTANCE, TRUE, and kite_object_t::type.
Referenced by kite_new_class(), and kite_new_instance().