mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entry
This commit is contained in:
parent
62e2e1da92
commit
705a3c69d7
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ static const rb_data_type_t proc_entry_data_type = {
|
|||
proc_entry_memsize,
|
||||
proc_entry_compact,
|
||||
},
|
||||
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
|
||||
};
|
||||
|
||||
static struct proc_entry *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue