Yukihiro "Matz" Matsumoto
|
3995e7ff8f
|
rename voidp to cptr
|
2013-09-21 17:28:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ac2adf3476
|
indentation fix
|
2013-05-18 11:24:09 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a1c6996fea
|
remove unused local variable
|
2013-05-18 11:22:44 +09:00 |
|
Ryan Scott
|
008aec2bbc
|
Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_objectspace.
|
2013-05-18 11:03:54 +10:00 |
|
Ryan Scott
|
391807b73c
|
Changed the counting so that only objects that are alive are added to the object counts.
|
2013-05-18 10:46:55 +10:00 |
|
Ryan Scott
|
e36a0275e1
|
Minor formatting change.
|
2013-05-17 08:04:19 +10:00 |
|
Ryan Scott
|
40d63f7740
|
Changed the each_object callback so that a pointer is passed for the object, instead of the struct.
|
2013-05-17 08:02:24 +10:00 |
|
Ryan Scott
|
f62cc5b1ee
|
Changed the object_count so that it only iterates over the RBasic object, not the full RVALUE known by the GC
|
2013-05-17 07:41:13 +10:00 |
|
Ryan Scott
|
222918deae
|
First implementation of ObjectSpace moved outside of gc.c
|
2013-05-17 07:21:33 +10:00 |
|