const internal/runtime/gc.MinSizeForMallocHeader
7 uses
internal/runtime/gc (current package)
malloc.go#L47: MinSizeForMallocHeader = goarch.PtrSize * goarch.PtrBits
runtime
malloc.go#L123: minSizeForMallocHeader = gc.MinSizeForMallocHeader
malloc.go#L471: if gc.MinSizeForMallocHeader == uintptr(gc.SizeClassToSize[i]) {
malloc.go#L484: if gc.MinSizeForMallocHeader/goarch.PtrSize > 8*goarch.PtrSize {
mbitmap.go#L79: return userSize <= gc.MinSizeForMallocHeader
mbitmap.go#L544: if span.elemsize > gc.MinSizeForMallocHeader {
msize.go#L20: if !noscan && reqSize > gc.MinSizeForMallocHeader { // !noscan && !heapBitsInSpan(reqSize)
![]() |
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. |