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
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 18 22:08:53 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/objspace/object_tracing.c: Return for ::allocation_generation
|
||||
|
||||
Tue Jun 18 22:04:35 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/objspace/object_tracing.c: Document object_tracing methods.
|
||||
|
|
|
@ -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
Reference in a new issue