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::AnyMethod[iI"count_objects:ETI"ObjectSpace::count_objects;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"(Counts all objects grouped by type.;To:RDoc::Markup::BlankLine o; ; [I" It returns a hash, such as:;To:RDoc::Markup::Verbatim; [I"{ ;TI" :TOTAL=>10000, ;TI" :FREE=>3011, ;TI" :T_OBJECT=>6, ;TI" :T_CLASS=>404, ;TI" # ... ;TI"} ;T:@format0o; ; [I"DThe contents of the returned hash are implementation specific. ;TI"!It may be changed in future.;T@o; ; [ I"6The keys starting with +:T_+ means live objects. ;TI"6For example, +:T_ARRAY+ is the number of arrays. ;TI"7+:FREE+ means object slots which is not used now. ;TI"!+:TOTAL+ means sum of above.;T@o; ; [I"6If the optional argument +result_hash+ is given, ;TI"Lit is overwritten and returned. This is intended to avoid probe effect.;T@o;; [ I"h = {} ;TI""ObjectSpace.count_objects(h) ;TI"puts h ;TI"S# => { :TOTAL=>10000, :T_CLASS=>158280, :T_MODULE=>20672, :T_STRING=>527249 } ;T; 0o; ; [I"4This method is only expected to work on C Ruby.;T: @fileI" gc.c;T:0@omit_headings_from_table_of_contents_below0I"6ObjectSpace.count_objects([result_hash]) -> hash ;T0[ I"(*args);T@2FI"ObjectSpace;TcRDoc::NormalModule00