Home
last modified time | relevance | path

Searched refs:gc_threshold (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodgc.c80 STATIC mp_obj_t gc_threshold(size_t n_args, const mp_obj_t *args) { in gc_threshold() function
95 MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(gc_threshold_obj, 0, 1, gc_threshold);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h335 void JS_SetGCThreshold(JSRuntime *rt, size_t gc_threshold);
A Dquickjs.c1794 void JS_SetGCThreshold(JSRuntime* rt, size_t gc_threshold) in JS_SetGCThreshold() argument
1796 rt->malloc_gc_threshold = gc_threshold; in JS_SetGCThreshold()

Completed in 96 milliseconds