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.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
GC /
Delete
Unzip
Name
Size
Permission
Date
Action
Profiler
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
add_stress_to_class-c.ri
394
B
-rw-r--r--
2026-04-07 17:22
auto_compact%3d-c.ri
521
B
-rw-r--r--
2026-04-07 17:22
auto_compact-c.ri
365
B
-rw-r--r--
2026-04-07 17:22
cdesc-GC.ri
1.55
KB
-rw-r--r--
2026-04-07 17:22
compact-c.ri
921
B
-rw-r--r--
2026-04-07 17:22
count-c.ri
420
B
-rw-r--r--
2026-04-07 17:22
disable-c.ri
511
B
-rw-r--r--
2026-04-07 17:22
enable-c.ri
540
B
-rw-r--r--
2026-04-07 17:22
garbage_collect-i.ri
345
B
-rw-r--r--
2026-04-07 17:22
latest_compact_info-c.ri
809
B
-rw-r--r--
2026-04-07 17:22
latest_gc_info-c.ri
618
B
-rw-r--r--
2026-04-07 17:22
malloc_allocated_size-c.ri
476
B
-rw-r--r--
2026-04-07 17:22
malloc_allocations-c.ri
461
B
-rw-r--r--
2026-04-07 17:22
measure_total_time%3d-c.ri
484
B
-rw-r--r--
2026-04-07 17:22
measure_total_time-c.ri
435
B
-rw-r--r--
2026-04-07 17:22
remove_stress_to_class-c.ri
420
B
-rw-r--r--
2026-04-07 17:22
start-c.ri
1.81
KB
-rw-r--r--
2026-04-07 17:22
stat-c.ri
4.29
KB
-rw-r--r--
2026-04-07 17:22
stat_heap-c.ri
3.02
KB
-rw-r--r--
2026-04-07 17:22
stress%3d-c.ri
802
B
-rw-r--r--
2026-04-07 17:22
stress-c.ri
346
B
-rw-r--r--
2026-04-07 17:22
total_time-c.ri
333
B
-rw-r--r--
2026-04-07 17:22
verify_compaction_references-c.ri
1.02
KB
-rw-r--r--
2026-04-07 17:22
verify_internal_consistency-c.ri
548
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" start:ETI"GC::start;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Initiates garbage collection, even if manually disabled.;To:RDoc::Markup::BlankLine o; ; [ I"MThe +full_mark+ keyword argument determines whether or not to perform a ;TI"Imajor garbage collection cycle. When set to +true+, a major garbage ;TI"Jcollection cycle is ran, meaning all objects are marked. When set to ;TI"J+false+, a minor garbage collection cycle is ran, meaning only young ;TI"objects are marked.;T@o; ; [I"PThe +immediate_mark+ keyword argument determines whether or not to perform ;TI"Nincremental marking. When set to +true+, marking is completed during the ;TI"Mcall to this method. When set to +false+, marking is performed in steps ;TI"Othat is interleaved with future Ruby code execution, so marking might not ;TI"Obe completed during this method call. Note that if +full_mark+ is +false+ ;TI"Gthen marking will always be immediate, regardless of the value of ;TI"+immediate_mark+.;T@o; ; [ I"NThe +immedate_sweep+ keyword argument determines whether or not to defer ;TI"Osweeping (using lazy sweep). When set to +true+, sweeping is performed in ;TI"Rsteps that is interleaved with future Ruby code execution, so sweeping might ;TI"Pnot be completed during this method call. When set to +false+, sweeping is ;TI".completed during the call to this method.;T@o; ; [I"RNote: These keyword arguments are implementation and version dependent. They ;TI"Kare not guaranteed to be future-compatible, and may be ignored if the ;TI"5underlying implementation does not support them.;T: @fileI" gc.rb;T:0@omit_headings_from_table_of_contents_below000[ I"C(full_mark: true, immediate_mark: true, immediate_sweep: true);T@+FI"GC;TcRDoc::NormalModule00