Home
last modified time | relevance | path

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

/dports/math/py-rvlib/rvlib-0.0.6/src/R_ext/
H A DMemory.h48 int R_gc_running();
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DMemory.h48 int R_gc_running();
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DMemory.h48 int R_gc_running();
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/src/
H A DlibR.c420 LOAD_SYMBOL(R_gc_running); in _libR_load_symbols()
H A DR.h514 RAPI_EXTERN int (*R_gc_running)(); variable
/dports/math/R/R-4.1.2/src/main/
H A Dmemory.c132 int R_gc_running() { return R_in_gc; } in R_gc_running() function
H A Deval.c246 if (R_GC_Profiling && R_gc_running()) in doprof()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dmemory.c132 int R_gc_running() { return R_in_gc; } in R_gc_running() function
H A Deval.c246 if (R_GC_Profiling && R_gc_running()) in doprof()