From 56dc6f5acc944e06420614b6c2a475376a887d95 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 10 Jan 2012 03:49:10 +0000 Subject: * 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. https://github.com/ruby/ruby/pull/79 * internal.h: ditto. * vm.c (Init_BareVM): use ruby_mimmalloc. * ext/dl/cfunc.c: #include . * 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 --- ext/dl/cfunc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/dl') diff --git a/ext/dl/cfunc.c b/ext/dl/cfunc.c index 66aebf2e79..70cf6c49fc 100644 --- a/ext/dl/cfunc.c +++ b/ext/dl/cfunc.c @@ -2,7 +2,8 @@ * $Id$ */ -#include +#include +#include #include #include "dl.h" -- cgit v1.2.3