X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/runtime/debug
opt
/
golang
/
1.22.0
/
src
/
runtime
/
debug
/
📁
..
📄
debug.s
(425 B)
📄
garbage.go
(9.96 KB)
📄
garbage_test.go
(7.2 KB)
📄
heapdump_test.go
(2.02 KB)
📄
mod.go
(7.62 KB)
📄
mod_test.go
(1.6 KB)
📄
panic_test.go
(1.4 KB)
📄
stack.go
(758 B)
📄
stack_test.go
(3.4 KB)
📄
stubs.go
(435 B)
📁
testdata
Editing: stubs.go
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package debug import ( "time" ) // Implemented in package runtime. func readGCStats(*[]time.Duration) func freeOSMemory() func setMaxStack(int) int func setGCPercent(int32) int32 func setPanicOnFault(bool) bool func setMaxThreads(int) int func setMemoryLimit(int64) int64
Upload File
Create Folder