Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 73 for Grown (0.06 sec)

  1. src/runtime/mgc.go

    	if debug.gccheckmark > 0 {
    		// This is expensive when there's a large number of
    		// Gs, so only do it if checkmark is also enabled.
    		gcMarkRootCheck()
    	}
    
    	// Drop allg snapshot. allgs may have grown, in which case
    	// this is the only reference to the old backing store and
    	// there's no need to keep it around.
    	work.stackRoots = nil
    
    	// Clear out buffers and double-check that all gcWork caches
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  2. src/runtime/map.go

    			it.key = k
    			if t.IndirectElem() {
    				e = *((*unsafe.Pointer)(e))
    			}
    			it.elem = e
    		} else {
    			// The hash table has grown since the iterator was started.
    			// The golden data for this key is now somewhere else.
    			// Check the current hash table for the data.
    			// This code handles the case where the key
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/MapMakerInternalMap.java

         * cause a concurrent read operation to see inconsistent data. This is made easier by the
         * nature of the read operations in Map. For example, no operation can reveal that the table
         * has grown but the threshold has not yet been updated, so there are no atomicity requirements
         * for this with respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  4. src/runtime/traceback.go

    		// have other uintptr-typed stack references as well.
    		// If during one of the calls that got us here or during one of the
    		// callbacks below the stack must be grown, all these uintptr references
    		// to the stack will not be updated, and traceback will continue
    		// to inspect the old stack memory, which may no longer be valid.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

         * cause a concurrent read operation to see inconsistent data. This is made easier by the
         * nature of the read operations in Map. For example, no operation can reveal that the table
         * has grown but the threshold has not yet been updated, so there are no atomicity requirements
         * for this with respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    inclined to violet and indigo. And the luminous Rings encompassing it
    were grown equal to those dark ones which in the four first Observations
    encompassed them, that is to say, the white Spot was grown a white Ring
    equal to the first of those dark Rings, and the first of those luminous
    Rings was now grown equal to the second of those dark ones, and the
    second of those luminous ones to the third of those dark ones, and so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. src/archive/tar/testdata/hdr-only.tar

    fifo file The quick brown fox jumped over the lazy dog! hardlink null sda symlink badlink fifo The quick brown fox jumped over the lazy dog! hardlink sda symli badlink...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 01 20:16:26 UTC 2015
    - 10K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/hash/Murmur3Hash128Test.java

        assertHash(
            0, 0xe34bbc7bbc071b6cL, 0x7a433ca9c49a9347L, "The quick brown fox jumps over the lazy dog");
        assertHash(
            0, 0x658ca970ff85269aL, 0x43fee3eaa68e5c3eL, "The quick brown fox jumps over the lazy cog");
    
        // Known output from Python smhasher
        HashCode foxHash =
            murmur3_128(0).hashString("The quick brown fox jumps over the lazy dog", Charsets.UTF_8);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.2K bytes
    - Viewed (0)
  9. src/html/template/html_test.go

    func BenchmarkStripTags(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    		stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
    	}
    }
    
    func BenchmarkStripTagsNoSpecials(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    		stripTags("The quick, brown fox jumps over the lazy dog.")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 19 22:45:50 UTC 2015
    - 2.8K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    become a Ring encompassing a dark round Spot which in the middle inclined to violet and indigo. And the luminous Rings encompassing it were grown equal to those dark ones which in the four first Observations encompassed them, that is to say, the white Spot was grown a white Ring equal to the first of those dark Rings, and the first of those luminous Rings was now grown equal to the second of those dark ones, and the second of those luminous ones to the third of those dark ones, and so on. For the Diameters...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top