Home
last modified time | relevance | path

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

/dports/lang/guile/guile-3.0.7/libguile/
H A Dexceptions.h61 SCM_API void scm_report_out_of_memory (void);
H A Dgc-malloc.c129 scm_report_out_of_memory (); in scm_realloc()
H A Ddeprecated.h114 #define SCM_MEMORY_ERROR do { scm_report_out_of_memory (); } while (0)
H A Dgc.c97 scm_report_out_of_memory (); in scm_oom_fn()
H A Dexceptions.c442 scm_report_out_of_memory (void) in scm_report_out_of_memory() function
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dthrow.h95 SCM_API void scm_report_out_of_memory (void);
H A Dgc-malloc.c139 scm_report_out_of_memory (); in scm_realloc()
H A Dgc.c100 scm_report_out_of_memory (); in scm_oom_fn()
H A Dthrow.c635 scm_report_out_of_memory (void) in scm_report_out_of_memory() function
/dports/net/gnu-dico/dico-2.10/modules/guile/
H A Dguile.c501 scm_report_out_of_memory ();
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-control.texi1672 scm_report_out_of_memory ();
H A Dguile.info-36035 scm_report_out_of_memory ();
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog14507 (scm_report_out_of_memory): New interface.
14515 * libguile/gc-malloc.c (scm_realloc): Call scm_report_out_of_memory if