Home
last modified time | relevance | path

Searched refs:JANET_MEMORY_FUNCDEF (Results 1 – 5 of 5) sorted by relevance

/dports/lang/janet/janet-1.19.2/src/core/
H A Dgc.h58 JANET_MEMORY_FUNCDEF, enumerator
H A Dbytecode.c214 JanetFuncDef *def = janet_gcalloc(JANET_MEMORY_FUNCDEF, sizeof(JanetFuncDef)); in janet_funcdef_alloc()
H A Ddebug.c65 if ((current->flags & JANET_MEM_TYPEBITS) == JANET_MEMORY_FUNCDEF) { in janet_debug_find()
H A Dgc.c308 case JANET_MEMORY_FUNCDEF: { in janet_deinit_block()
H A Dmarsh.c807 JanetFuncDef *def = janet_gcalloc(JANET_MEMORY_FUNCDEF, sizeof(JanetFuncDef)); in unmarshal_one_def()