Home
last modified time | relevance | path

Searched refs:gc_rest (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainer/functions/rnn/
H A Dlstm.py143 gc_rest = 0
146 gc_rest = gc[batch:]
169 gc_prev[batch:] = gc_rest
188 gc_prev[batch:] = gc_rest
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c845 static void gc_rest(rb_objspace_t *objspace);
2587 gc_rest(objspace); in rb_objspace_each_objects()
3020 gc_rest(objspace); in rb_objspace_call_finalizer()
3028 gc_rest(objspace); in rb_objspace_call_finalizer()
6550 gc_rest(objspace); in garbage_collect()
6670 gc_rest(rb_objspace_t *objspace) in gc_rest() function
7571 gc_rest(objspace); in rb_gc_disable()
8015 gc_rest(objspace); /* gc_rest can reduce malloc_increase */ in objspace_malloc_increase()
H A DChangeLog31948 …#5 0x000055946cda0dfe in gc_enter (event=0x55946cfaf91e "gc_rest", objspace=0x55946da51760) at gc…
31949 #6 gc_rest (objspace=objspace@entry=0x55946da51760) at gc.c:6515
31950 #7 0x000055946cd9f1cf in gc_rest (objspace=0x55946da51760) at gc.c:7841
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.011223 finalizers have run. We already call gc_rest() before invoking
11225 cycle, so we call gc_rest() again after finalizers are complete.