Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.c127 scm_t_c_hook scm_before_gc_c_hook; variable
141 scm_c_hook_run (&scm_before_gc_c_hook, NULL); in run_before_gc_c_hook()
492 scm_c_hook_init (&scm_before_gc_c_hook, 0, SCM_C_HOOK_NORMAL); in scm_storage_prehistory()
626 scm_c_hook_add (&scm_before_gc_c_hook, queue_after_gc_hook, NULL, 0); in scm_init_gc()
627 scm_c_hook_add (&scm_before_gc_c_hook, start_gc_timer, NULL, 0); in scm_init_gc()
H A Dgc.h107 SCM_API scm_t_c_hook scm_before_gc_c_hook; variable
H A DChangeLog-20003478 (scm_before_gc_c_hook, scm_before_mark_c_hook,
3487 Run scm_before_gc_c_hook, scm_before_sweep_c_hook,
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.c124 scm_t_c_hook scm_before_gc_c_hook; variable
138 scm_c_hook_run (&scm_before_gc_c_hook, NULL); in run_before_gc_c_hook()
482 scm_c_hook_init (&scm_before_gc_c_hook, 0, SCM_C_HOOK_NORMAL); in scm_storage_prehistory()
614 scm_c_hook_add (&scm_before_gc_c_hook, queue_after_gc_hook, NULL, 0); in scm_init_gc()
615 scm_c_hook_add (&scm_before_gc_c_hook, start_gc_timer, NULL, 0); in scm_init_gc()
H A Dgc.h93 SCM_API scm_t_c_hook scm_before_gc_c_hook; variable
H A DChangeLog-20003478 (scm_before_gc_c_hook, scm_before_mark_c_hook,
3487 Run scm_before_gc_c_hook, scm_before_sweep_c_hook,
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.c538 scm_t_c_hook scm_before_gc_c_hook; variable
552 scm_c_hook_run (&scm_before_gc_c_hook, 0); in scm_i_gc()
895 scm_c_hook_init (&scm_before_gc_c_hook, 0, SCM_C_HOOK_NORMAL); in scm_storage_prehistory()
H A Dgc.h302 SCM_API scm_t_c_hook scm_before_gc_c_hook; variable
H A DChangeLog-20003478 (scm_before_gc_c_hook, scm_before_mark_c_hook,
3487 Run scm_before_gc_c_hook, scm_before_sweep_c_hook,
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-utility.texi723 @defvr {C Hook} scm_before_gc_c_hook
H A Dguile.info-34264 -- C Hook: scm_before_gc_c_hook
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-utility.texi782 @defvr {C Hook} scm_before_gc_c_hook
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-utility.texi726 @defvr {C Hook} scm_before_gc_c_hook
H A Dguile.info-34182 -- C Hook: scm_before_gc_c_hook
/dports/lang/guile1/guile-1.8.8/
H A DNEWS2954 C programmers: Note the new C level hooks scm_before_gc_c_hook,
3309 scm_before_gc_c_hook
3314 scm_before_gc_c_hook must not allocate new cells.)
/dports/lang/guile2/guile-2.2.7/
H A DNEWS8596 C programmers: Note the new C level hooks scm_before_gc_c_hook,
8951 scm_before_gc_c_hook
8956 scm_before_gc_c_hook must not allocate new cells.)
H A DChangeLog25224 scm_before_gc_c_hook and scm_after_gc_hook. Fix bug regarding
/dports/lang/guile/guile-3.0.7/
H A DNEWS9493 C programmers: Note the new C level hooks scm_before_gc_c_hook,
9848 scm_before_gc_c_hook
9853 scm_before_gc_c_hook must not allocate new cells.)