Searched refs:gc_threshold (Results 1 – 3 of 3) sorted by relevance
80 STATIC mp_obj_t gc_threshold(size_t n_args, const mp_obj_t *args) { in gc_threshold() function95 MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(gc_threshold_obj, 0, 1, gc_threshold);
335 void JS_SetGCThreshold(JSRuntime *rt, size_t gc_threshold);
1794 void JS_SetGCThreshold(JSRuntime* rt, size_t gc_threshold) in JS_SetGCThreshold() argument1796 rt->malloc_gc_threshold = gc_threshold; in JS_SetGCThreshold()
Completed in 92 milliseconds