const internal/goexperiment.RuntimeFreegc
4 uses
internal/goexperiment (current package)
exp_runtimefreegc_off.go#L7: const RuntimeFreegc = false
runtime
malloc.go#L1047: const runtimeFreegcEnabled = goexperiment.RuntimeFreegc && !asanenabled && !msanenabled && !valgrindenabled
slice.go#L305: if goexperiment.RuntimeFreegc && oldPtr != nil && oldPtr != s.array {
slice.go#L548: if goexperiment.RuntimeFreegc && oldPtr != bufPtr && oldPtr != nil && oldPtr != s.array {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |