Merged in r34257, thanks!
|
nurse |
* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,
…
but should return pointer suitable for ruby_xfree; main vm and main thread. patched by Sokolov Yura. ruby#79 * internal.h: ditto. * vm.c (Init_BareVM): use ruby_mimmalloc. * ext/dl/cfunc.c: #include <ruby/util.h>. * ext/syslog/syslog.c: use xfree because it is allocated by ruby_strdup. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
56dc6f5
|
|
nurse |
* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,
…
but should return pointer suitable for ruby_xfree; main vm and main thread. patched by Sokolov Yura. ruby#79 * internal.h: ditto. * vm.c (Init_BareVM): use ruby_mimmalloc. * ext/dl/cfunc.c: #include <ruby/util.h>. * ext/syslog/syslog.c: use xfree because it is allocated by ruby_strdup. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
fa70656
|
Updated pull request #78