index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-objectspace
/
test
Age
Commit message (
Expand
)
Author
2020-07-19
Separate `memsize_of` and `memsize_of_all` to a separate gem; #5040
Rory OConnell
2020-07-20
Remove some tests from `mruby-objectspace` gem; #5040
Yukihiro "Matz" Matsumoto
2020-07-17
Add ObjectSpace.memsize_of_all
Rory OConnell
2020-07-17
Fix `memsize_of` Fibers; #5032
Yukihiro "Matz" Matsumoto
2020-07-17
Remove recursive `memsize_of`; #5032
Yukihiro "Matz" Matsumoto
2020-07-14
Finishing out memsize_of recursion
Rory O'Connell
2020-07-13
Update tests for new calculations
Rory OConnell
2020-07-09
Initial ObjectSpace.memsize_of implementation
Rory OConnell
2019-06-02
Fix missing assertions in `mruby-objectspace` test
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2017-11-19
Invoke `mrb_full_gc()` before `ObjectSpace.count_objects`.
Yukihiro "Matz" Matsumoto
2014-06-28
Fix crash in method call in `ObjectSpace.each_object` block.
take_cheeze
2014-04-06
Always increment `total` field of `os_count_struct` in callback.
take_cheeze
2014-04-03
Support :T_FIBER in ObjectSpace.count_objects .
take_cheeze
2014-03-27
Use CRuby compatible key in ObjectSpace.count_objects .
take_cheeze
2014-03-25
Implement ObjectSpace.each_object .
take_cheeze
2013-08-04
Improve test of mruby-objectspace-ext GEM
Daniel Bovensiepen
2013-05-17
Removed debug output
Ryan Scott
2013-05-17
Changed the object_count so that it only iterates over the RBasic object, not...
Ryan Scott
2013-05-17
First implementation of ObjectSpace moved outside of gc.c
Ryan Scott