mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/objspace/object_tracing.c: Return for ::allocation_generation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
258fc46c96
commit
31e1c32676
2 changed files with 5 additions and 1 deletions
|
@ -302,7 +302,7 @@ allocation_method_id(VALUE objspace, VALUE obj)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq: allocation_allocation_generation(object) ->
|
||||
* call-seq: allocation_generation(object) -> Fixnum
|
||||
*
|
||||
* Returns garbage collector generation for the given +object+.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue