Home
last modified time | relevance | path

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

/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c2625 C_regparm int C_fcall C_in_heapp(C_word x) in C_in_heapp() function
3839 if (!C_in_stackp(val) && !C_in_heapp(val) && !C_in_scratchspacep(val)) {
3879 if (C_in_heapp((C_word)p) && bytes > (heap_size / 2))
4192 str_perm = !C_in_stackp(str) && !C_in_heapp(str) &&
11653 (!C_in_stackp(x) && !C_in_heapp(x) && !C_in_scratchspacep(x)))
H A Dchicken.h1822 C_fctexport int C_fcall C_in_heapp(C_word x) C_regparm;
2208 !C_in_heapp(x) && in C_permanentp()