|
hoshi-lang dev
Yet another programming language
|
#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | WeakSlot |
Functions | |
| WeakSlot * | runtime_weak_slot_alloc (void *target, WeakSlot **weak_slots_head_ptr) |
| void | runtime_weak_slot_free (WeakSlot *slot, WeakSlot **weak_slots_head_ptr) |
| void | runtime_weak_slot_nullify_all (WeakSlot **weak_slots_head_ptr) |
Definition at line 8 of file weak.cpp.
References WeakSlot::target.
Definition at line 17 of file weak.cpp.
References WeakSlot::next_in_target.
| void runtime_weak_slot_nullify_all | ( | WeakSlot ** | weak_slots_head_ptr | ) |
Definition at line 30 of file weak.cpp.
References WeakSlot::target.
Referenced by YoiIntAndIntObject::gc_refcount_decrease().
