aboutsummaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-02 09:36:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-02 09:36:59 +0000
commit345183636ba2e7e987ac09df4764456a2e85cd6a (patch)
tree32ca6a34d5769bd4e95215d70eca20217d7f5027 /gc.h
parentfcc5ec52a7e4faae8a440938d1aad123feb08310 (diff)
downloadruby-345183636ba2e7e987ac09df4764456a2e85cd6a.tar.gz
* gc.c (rb_raw_obj_info): separated from rb_obj_info().
Fill internal object information into passed buffer. * gc.h: declare rb_raw_obj_info(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.h b/gc.h
index 4ddff2ddf3..19c712b44d 100644
--- a/gc.h
+++ b/gc.h
@@ -84,6 +84,7 @@ int ruby_get_stack_grow_direction(volatile VALUE *addr);
#define IS_STACK_DIR_UPPER() STACK_DIR_UPPER(1,0)
const char *rb_obj_info(VALUE obj);
+const char *rb_raw_obj_info(char *buff, const int buff_size, VALUE obj);
RUBY_SYMBOL_EXPORT_BEGIN