summaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 10:27:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 10:27:06 +0000
commit514d65881b942ff7a034a0eea518bd36a62829e7 (patch)
tree1748eee17939b0d6bc83942d09bb65e4acabeaa4 /include/ruby/ruby.h
parent3edaf669ba25bcceebb8e4d6d3b2f9e338b35b94 (diff)
downloadruby-514d65881b942ff7a034a0eea518bd36a62829e7.tar.gz
ruby-514d65881b942ff7a034a0eea518bd36a62829e7.tar.xz
ruby-514d65881b942ff7a034a0eea518bd36a62829e7.zip
* gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".
This option enables to calculate exact size of current allocated size by malloc(). You can access these information with GC.malloc_allocated_size and GC.malloc_allocations. This option consume additional memory as a header of each memory object. This option also helps to find out xmalloc()/xfree() consistency. If you get trouble with this option, some extension using "free()" instead of "xfree()". This options is disabled by default. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions