Home
last modified time | relevance | path

Searched defs:scm_gc_malloc (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc-malloc.c224 scm_gc_malloc (size_t size, const char *what) in scm_gc_malloc() function
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc-malloc.c214 scm_gc_malloc (size_t size, const char *what) in scm_gc_malloc() function
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc-malloc.c307 scm_gc_malloc (size_t size, const char *what) in scm_gc_malloc() function
/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-compatibility.h59 #define scm_gc_malloc(size, what) scm_must_malloc((size), (what)) macro