Home
last modified time | relevance | path

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

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c83 sexp p, end, ctx_src, ctx_dst; member
292 sexp_gc(ctx_src, NULL); in sexp_gc_heap_pack()
300 state.ctx_src = ctx_src; in sexp_gc_heap_pack()
301 if ((res = sexp_gc_heap_walk(ctx_src, sexp_context_heap(ctx_src), in sexp_gc_heap_pack()
302 sexp_context_types(ctx_src), sexp_context_num_types(ctx_src), in sexp_gc_heap_pack()
310 res = sexp_global(ctx_src, SEXP_G_OOM_ERROR); in sexp_gc_heap_pack()
317 res = sexp_global(ctx_src, SEXP_G_OOM_ERROR); in sexp_gc_heap_pack()
319 sexp_heap h = sexp_context_heap(ctx_src); in sexp_gc_heap_pack()
330 res = sexp_global(ctx_src, SEXP_G_OOM_ERROR); in sexp_gc_heap_pack()
334 res = sexp_gc_heap_walk(ctx_src, heaps[i], in sexp_gc_heap_pack()
[all …]