Home
last modified time | relevance | path

Searched refs:JANET_MEMORY_FUNCENV (Results 1 – 4 of 4) sorted by relevance

/dports/lang/janet/janet-1.19.2/src/core/
H A Dgc.h57 JANET_MEMORY_FUNCENV, enumerator
H A Dgc.c302 case JANET_MEMORY_FUNCENV: { in janet_deinit_block()
H A Dvm.c925 … JanetFuncEnv *env = janet_gcalloc(JANET_MEMORY_FUNCENV, sizeof(JanetFuncEnv)); in run_vm()
H A Dmarsh.c743 JanetFuncEnv *env = janet_gcalloc(JANET_MEMORY_FUNCENV, sizeof(JanetFuncEnv)); in unmarshal_one_env()