1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
tenderlove ed2abc4362 Add full option to ObjectSpace.dump_all
The `full` option includes all slots (even `T_NONE`) in the JSON output.
This is to help with debugging heap fragmentation.

Here is an example usage:

```ruby
File.open('heap.json', 'w') do |f|
  ObjectSpace.dump_all(output: f, full: true)
end
```

The `heap.json` file contains all slots, including empty slots.

[Feature #13001] [ruby-core:78468]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-01-03 22:42:10 +00:00
..
-test- memory_status.c: support old Mac OS 2016-12-25 14:32:29 +00:00
bigdecimal bigdecimal: version 1.3.0 2016-12-21 15:35:29 +00:00
cgi/escape Update dependencies 2016-07-06 05:48:13 +00:00
continuation Update dependencies 2016-07-06 05:48:13 +00:00
coverage Update dependencies. 2016-04-11 11:50:00 +00:00
date parse.y: ambiguous parentheses 2016-11-29 10:47:43 +00:00
dbm Update dependencies 2016-07-06 05:48:13 +00:00
digest fix hexdigest [ci skip] 2016-10-20 13:18:52 +00:00
etc Update dependencies 2016-07-06 05:48:13 +00:00
fcntl Update dependencies 2016-07-06 05:48:13 +00:00
fiber Update dependencies 2016-07-06 05:48:13 +00:00
fiddle Update dependencies 2016-07-06 05:48:13 +00:00
gdbm Update dependencies 2016-07-06 05:48:13 +00:00
io Use https instead of http in some URLs 2016-09-11 10:33:36 +00:00
json Fix rdoc of OpenStruct.json_create [ci skip] 2016-08-30 06:27:29 +00:00
mathn
nkf Update dependencies. 2016-04-11 11:50:00 +00:00
objspace Add full option to ObjectSpace.dump_all 2017-01-03 22:42:10 +00:00
openssl openssl: import v2.0.2 2016-12-22 01:43:41 +00:00
pathname Pathname#empty? implemented. 2016-11-05 03:29:08 +00:00
psych Update psych-2.2.2 2016-12-15 11:00:40 +00:00
pty pty.c: dry up 2016-04-30 01:12:52 +00:00
racc/cparse Update dependencies 2016-07-06 05:48:13 +00:00
rbconfig/sizeof rbconfig/sizeof: calculate at compilation time 2016-04-25 05:39:12 +00:00
readline readline.c: str_subpos 2016-11-17 11:52:11 +00:00
ripper probes.dmyh: remove preprocessor directives 2016-07-06 05:03:14 +00:00
rubyvm get rid of test failures introduced at r56848 2016-11-20 06:19:05 +00:00
sdbm remove unnecessary volatiles 2016-05-23 04:31:55 +00:00
socket socket: use symbol proc for IO#close loops 2016-11-21 23:50:25 +00:00
stringio stringio.c: chomp CR 2016-12-10 08:54:40 +00:00
strscan strscan.c: minl 2016-09-28 05:11:22 +00:00
syslog Update dependencies. 2016-04-11 11:50:00 +00:00
win32 extmk.rb: removed compiled? method [ci skip] 2016-11-18 04:34:26 +00:00
win32ole win32ole.c: suppress warnings 2016-11-20 06:53:39 +00:00
zlib rdoc for r57126 [ci skip] 2016-12-20 17:15:37 +00:00
.document
extmk.rb extmk.rb: removed compiled? method [ci skip] 2016-11-18 04:34:26 +00:00
Setup * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.atheos * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.nacl * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.nt * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00