Feature #9761 » xrealloc-with-gc_stress.patch
gc.c | ||
---|---|---|
#endif
|
||
}
|
||
if (type == MEMOP_TYPE_MALLOC) {
|
||
if (type == MEMOP_TYPE_MALLOC || type == MEMOP_TYPE_REALLOC) {
|
||
if (ruby_gc_stress && !ruby_disable_gc_stress && ruby_native_thread_p()) {
|
||
garbage_collect_with_gvl(objspace, FALSE, TRUE, GPR_FLAG_MALLOC);
|
||
}
|
- « Previous
- 1
- 2
- Next »