aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Show embed status of array when len is 0 in objspace dumpPeter Zhu2022-03-011-1/+1
* Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House2022-02-031-0/+9
* Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu2021-04-261-5/+5
* objspace_dump.c: tag singleton classes and reference the superclassJean Boussier2021-02-041-0/+23
* objspace_dump.c: Handle allocation path and line missingJean Boussier2021-01-201-4/+9
* Make ext/objspace ASAN friendlyAaron Patterson2020-09-281-0/+8
* Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier2020-09-151-118/+28
* Add missing breakKazuhiro NISHIYAMA2020-09-111-0/+1
* Optimize ObjectSpace.dump_allJean Boussier2020-09-091-167/+338
* Add a :since option to dump_allJean Boussier2020-09-091-6/+37
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-171-1/+2
* Also escape DEL codeNobuyoshi Nakada2020-08-171-0/+3
* Fixed the radix for control charsNobuyoshi Nakada2020-08-171-1/+1
* Avoid allocating a string when dumping an anonymous module or classJean Boussier2020-07-231-2/+5
* Fix missing imemo cases in objspace_dump by refactoringAlan Wu2020-07-101-23/+1
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+4
* decouple internal.h headers卜部昌平2019-12-261-4/+6
* * expand tabs.git2019-07-311-1/+1
* Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada2019-07-311-1/+1
* Let struct dump_config in objspace fit in a single cache lineLourens Naudé2019-07-081-3/+3
* ext/objspace/objspace_dump.c: print addresses consistentlynobu2018-10-091-7/+7
* * expand tabs.svn2018-10-091-6/+6
* Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse2018-10-091-7/+7
* * expand tabs.svn2018-10-081-6/+6
* ext/objspace/objspace_dump.c: print addresses consistentlytenderlove2018-10-081-7/+7
* Rename imemo_alloc with imemo_tmpbufmame2018-05-091-1/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-091-1/+1
* Fix `imemo_name` to dump new imemo typestenderlove2017-12-211-0/+3
* Remove RNODE cast from NODE utility functionsmame2017-11-041-4/+0
* objspace_dump.c: remove unnecessary breaknobu2017-09-271-14/+14
* Add IMEMO type to heap dump output.tenderlove2017-01-311-0/+23
* Add `full` option to `ObjectSpace.dump_all`tenderlove2017-01-031-3/+17
* objspace_dump.c: dc is no longer used [ci skip]nobu2016-09-171-1/+0
* Use JSON lines format for full heap dumps.tenderlove2016-09-161-23/+10
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-131-2/+2
* ObjectSpace.dump_all: valid JSONnobu2016-06-111-11/+25
* objspace_dump.c: fix formatnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse2016-05-081-0/+1
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* objspace_dump.c: special constnobu2015-10-191-13/+57
* * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heaptenderlove2015-09-171-0/+1
* ext/objspace/objspace_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* ext: get rid of inadvertent ID creationnobu2014-08-031-2/+4
* * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei2014-07-261-1/+0
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-1/+2
* * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()ko12014-02-051-1/+1
* * string.c: remvoe STR_ASSOC related code.ko12014-02-041-2/+0