Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxSearchAddr (0.36 sec)

  1. src/runtime/mpagealloc.go

    	// there should this change.
    	pallocChunksL2Bits  = heapAddrBits - logPallocChunkBytes - pallocChunksL1Bits
    	pallocChunksL1Shift = pallocChunksL2Bits
    )
    
    // maxSearchAddr returns the maximum searchAddr value, which indicates
    // that the heap has no free space.
    //
    // This function exists just to make it clear that this is the maximum address
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
Back to top