* 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
@ -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>
|
Tue Jun 18 22:04:35 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* ext/objspace/object_tracing.c: Document object_tracing methods.
|
* 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+.
|
* Returns garbage collector generation for the given +object+.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user