Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 73dc32c670 add new functions mrb_gc_register/unregister; close #1411
some routines need to refer mruby objects (e.g. callbacks), in that case
you have to protect your objects from garbage collection. the new functions
mrb_gc_register() keeps those objects from GC. you have to remove your
objects using mrb_gc_unregister() when your C routines use mruby objects
any longer, otherwise objects will leak.
2015-09-22 00:15:29 +09:00
..
2012-04-20 09:39:03 +09:00
2015-08-12 10:20:55 +09:00
2013-06-17 04:49:27 +08:00
2013-06-17 04:49:46 +08:00
2015-08-11 18:02:12 +09:00
2014-06-23 20:06:17 +09:00
2015-09-18 15:51:49 +09:00
2015-09-03 01:39:17 +09:00
2014-10-28 01:52:50 +09:00
2015-09-19 06:38:28 +09:00