Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for nextGen (0.16 sec)

  1. src/runtime/mgcscavenge.go

    		s.searchAddrForce.StoreMarked(addr)
    	}
    }
    
    // nextGen moves the scavenger forward one generation. Must be called
    // once per GC cycle, but may be called more often to force more memory
    // to be released.
    //
    // nextGen may only run concurrently with find.
    func (s *scavengeIndex) nextGen() {
    	s.gen++
    	searchAddr, _ := s.searchAddrBg.Load()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. src/runtime/mgc.go

    	unlock(&work.sweepWaiters.lock)
    
    	// Increment the scavenge generation now.
    	//
    	// This moment represents peak heap in use because we're
    	// about to start sweeping.
    	mheap_.pages.scav.index.nextGen()
    
    	// Release the CPU limiter.
    	gcCPULimiter.finishGCTransition(now)
    
    	// Finish the current heap profiling cycle and start a new
    	// heap profiling cycle. We do this before starting the world
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

                    curReq.setResponse(curResp);
    
                    ServerMessageBlock nextReq = curReq.getAndx();
                    if ( nextReq == null ) {
                        break;
                    }
                    ServerMessageBlock nextResp = curResp.getAndx();
                    nextReq.setResponse(nextReq);
    
                    if ( ! ( nextReq instanceof AndXServerMessageBlock ) || ! ( nextResp instanceof AndXServerMessageBlock )) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	F_WRLCK                           = 0x3
    	HUPCL                             = 0x4000
    	ICANON                            = 0x100
    	ICMP6_FILTER                      = 0x12
    	ICRNL                             = 0x100
    	IEXTEN                            = 0x400
    	IFF_ALLMULTI                      = 0x200
    	IFF_ALTPHYS                       = 0x4000
    	IFF_BROADCAST                     = 0x2
    	IFF_DEBUG                         = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. src/syscall/zerrors_solaris_amd64.go

    	F_WRDNY                       = 0x2
    	F_WRLCK                       = 0x2
    	HUPCL                         = 0x400
    	ICANON                        = 0x2
    	ICRNL                         = 0x100
    	IEXTEN                        = 0x8000
    	IFF_ADDRCONF                  = 0x80000
    	IFF_ALLMULTI                  = 0x200
    	IFF_ANYCAST                   = 0x400000
    	IFF_BROADCAST                 = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	ICMP6_SEC_SEND_DEL            = 0x46
    	ICMP6_SEC_SEND_GET            = 0x47
    	ICMP6_SEC_SEND_SET            = 0x44
    	ICMP6_SEC_SEND_SET_CGA_ADDR   = 0x45
    	ICRNL                         = 0x100
    	IEXTEN                        = 0x200000
    	IFA_FIRSTALIAS                = 0x2000
    	IFA_ROUTE                     = 0x1
    	IFF_64BIT                     = 0x4000000
    	IFF_ALLCAST                   = 0x20000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  7. src/syscall/zerrors_darwin_amd64.go

    	F_WRLCK                           = 0x3
    	HUPCL                             = 0x4000
    	ICANON                            = 0x100
    	ICMP6_FILTER                      = 0x12
    	ICRNL                             = 0x100
    	IEXTEN                            = 0x400
    	IFF_ALLMULTI                      = 0x200
    	IFF_ALTPHYS                       = 0x4000
    	IFF_BROADCAST                     = 0x2
    	IFF_DEBUG                         = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_arm.go

    	F_WRLCK                           = 0x3
    	HUPCL                             = 0x4000
    	ICANON                            = 0x100
    	ICMP6_FILTER                      = 0x12
    	ICRNL                             = 0x100
    	IEXTEN                            = 0x400
    	IFAN_ARRIVAL                      = 0x0
    	IFAN_DEPARTURE                    = 0x1
    	IFF_ALLMULTI                      = 0x200
    	IFF_ALTPHYS                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_arm64.go

    	F_WRLCK                           = 0x3
    	HUPCL                             = 0x4000
    	ICANON                            = 0x100
    	ICMP6_FILTER                      = 0x12
    	ICRNL                             = 0x100
    	IEXTEN                            = 0x400
    	IFAN_ARRIVAL                      = 0x0
    	IFAN_DEPARTURE                    = 0x1
    	IFF_ALLMULTI                      = 0x200
    	IFF_ALTPHYS                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_freebsd_riscv64.go

    	F_WRLCK                           = 0x3
    	HUPCL                             = 0x4000
    	ICANON                            = 0x100
    	ICMP6_FILTER                      = 0x12
    	ICRNL                             = 0x100
    	IEXTEN                            = 0x400
    	IFAN_ARRIVAL                      = 0x0
    	IFAN_DEPARTURE                    = 0x1
    	IFF_ALLMULTI                      = 0x200
    	IFF_ALTPHYS                       = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
Back to top