Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for minTagBits (0.24 sec)

  1. src/runtime/malloc.go

    	// fits in a word.
    	if minSizeForMallocHeader/goarch.PtrSize > 8*goarch.PtrSize {
    		throw("max pointer/scan bitmap size for headerless objects is too large")
    	}
    
    	if minTagBits > taggedPointerBits {
    		throw("taggedPointerbits too small")
    	}
    
    	// Initialize the heap.
    	mheap_.init()
    	mcache0 = allocmcache()
    	lockInit(&gcBitsArenas.lock, lockRankGcBitsArenas)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top