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.198
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 /
GC /
Delete
Unzip
Name
Size
Permission
Date
Action
Profiler
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
add_stress_to_class-c.ri
394
B
-rw-r--r--
2024-06-26 17:25
auto_compact%3d-c.ri
524
B
-rw-r--r--
2024-06-26 17:25
auto_compact-c.ri
366
B
-rw-r--r--
2024-06-26 17:25
cdesc-GC.ri
1.48
KB
-rw-r--r--
2024-06-26 17:25
compact-c.ri
766
B
-rw-r--r--
2024-06-26 17:25
count-c.ri
418
B
-rw-r--r--
2024-06-26 17:25
disable-c.ri
511
B
-rw-r--r--
2024-06-26 17:25
enable-c.ri
540
B
-rw-r--r--
2024-06-26 17:25
garbage_collect-i.ri
290
B
-rw-r--r--
2024-06-26 17:25
latest_compact_info-c.ri
864
B
-rw-r--r--
2024-06-26 17:25
latest_gc_info-c.ri
637
B
-rw-r--r--
2024-06-26 17:25
malloc_allocated_size-c.ri
476
B
-rw-r--r--
2024-06-26 17:25
malloc_allocations-c.ri
461
B
-rw-r--r--
2024-06-26 17:25
remove_stress_to_class-c.ri
420
B
-rw-r--r--
2024-06-26 17:25
start-c.ri
1.24
KB
-rw-r--r--
2024-06-26 17:25
stat-c.ri
1.79
KB
-rw-r--r--
2024-06-26 17:25
stress%3d-c.ri
799
B
-rw-r--r--
2024-06-26 17:25
stress-c.ri
345
B
-rw-r--r--
2024-06-26 17:25
verify_compaction_references-c.ri
1
KB
-rw-r--r--
2024-06-26 17:25
verify_internal_consistency-c.ri
548
B
-rw-r--r--
2024-06-26 17:25
verify_transient_heap_internal_consistency-c.ri
284
B
-rw-r--r--
2024-06-26 17:25
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"HThis method is defined with keyword arguments that default to true:;T@o:RDoc::Markup::Verbatim; [I"?def GC.start(full_mark: true, immediate_sweep: true); end ;T:@format0o; ; [I"1Use full_mark: false to perform a minor GC. ;TI"CUse immediate_sweep: false to defer sweeping (use lazy sweep).;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_below0I"DGC.start -> nil ObjectSpace.garbage_collect -> nil include GC; garbage_collect -> nil GC.start(full_mark: true, immediate_sweep: true) -> nil ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil ;T0[ I"C(full_mark: true, immediate_mark: true, immediate_sweep: true);T@FI"GC;TcRDoc::NormalModule00