Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Swiss2 (0.14 sec)

  1. src/runtime/mpagecache_test.go

    				{1, 0, 0},
    			},
    		},
    		"Hi2": {
    			cache: NewPageCache(base, 0x3<<62, 0x3<<62),
    			hits: []hit{
    				{2, base + 62*PageSize, 2 * PageSize},
    				{2, 0, 0},
    				{1, 0, 0},
    			},
    		},
    		"Swiss2": {
    			cache: NewPageCache(base, 0x3333<<31, 0x3030<<31),
    			hits: []hit{
    				{2, base + 31*PageSize, 0},
    				{2, base + 35*PageSize, 2 * PageSize},
    				{2, base + 39*PageSize, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 10.8K bytes
    - Viewed (0)
  2. src/runtime/testdata/testprog/gc.go

    				return
    			}
    		}
    	}
    	fmt.Println("OK")
    }
    
    func GCPhys() {
    	// This test ensures that heap-growth scavenging is working as intended.
    	//
    	// It attempts to construct a sizeable "swiss cheese" heap, with many
    	// allocChunk-sized holes. Then, it triggers a heap growth by trying to
    	// allocate as much memory as would fit in those holes.
    	//
    	// The heap growth should cause a large number of those holes to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 02 02:28:27 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  3. hack/tools/go.sum

    golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
    golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA=
    golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
    golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k=
    golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // surgery : 2014-03-20 Binky Moon, LLC
    surgery
    
    // suzuki : 2014-02-20 SUZUKI MOTOR CORPORATION
    suzuki
    
    // swatch : 2015-01-08 The Swatch Group Ltd
    swatch
    
    // swiss : 2014-10-16 Swiss Confederation
    swiss
    
    // sydney : 2014-09-18 State of New South Wales, Department of Premier and Cabinet
    sydney
    
    // systems : 2013-11-07 Binky Moon, LLC
    systems
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    susono.shizuoka.jp suwa.nagano.jp suwalki.pl suzaka.nagano.jp suzu.ishikawa.jp suzuka.mie.jp suzuki sv sv.it svalbard.no sveio.no svelvik.no svizzera.museum svn-repos.de swatch sweden.museum sweetpepper.org swidnica.pl swidnik.pl swiebodzin.pl swinoujscie.pl swiss sx sx.cn sy sydney sydney.museum sykkylven.no syncloud.it syno-ds.de synology-diskstation.de synology-ds.de synology.me systems sytes.net sz szczecin.pl szczytno.pl szex.hu szkola.pl sálat.no sálát.no søgne.no sømna.no søndre-land.no sør-aurdal.no...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  6. test-site/activator-launch-1.3.2.jar

    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. LICENSE_Scala SCALA LICENSE Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified. All rights reserved. This software was developed by the Programming Methods Laboratory of the Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland. Permission to use, copy, modify, and distribute this software in source or binary form for any purpose with or without fee is hereby granted, provided that the following conditions are...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top