stl.ptr_initΒΆ
One-time initialisation of the pointer dispatch infrastructure. Use stl.startup_and_init_pointers, which calls this for you.
SignatureΒΆ
def ptr_init { ... }
Defined in ptrlib.fj β lines 7β10 (view on GitHub).
ComplexityΒΆ
Time:
2.5w+263Space:
2.5w+263
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def ptr_init {
hex.pointers.ptr_init
bit.pointers.ptr_init
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
stl.startup_and_init_pointersinrunlib.fj
Next: stl.stack_init β