Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for granular (0.15 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // x-kubernetes-map-type annotates an object to further describe its topology.
      // This extension must only be used when type is object and may have 2 possible values:
      //
      // 1) `granular`:
      //      These maps are actual maps (key-value pairs) and each fields are independent
      //      from each other (they can each be manipulated by separate actors). This is
      //      the default behaviour for all maps.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  2. src/runtime/mstats.go

    	stats.BuckHashSys = memstats.buckhash_sys.load()
    	// MemStats defines GCSys as an aggregate of all memory related
    	// to the memory management system, but we track this memory
    	// at a more granular level in the runtime.
    	stats.GCSys = memstats.gcMiscSys.load() + gcWorkBufInUse + gcProgPtrScalarBitsInUse
    	stats.OtherSys = memstats.other_sys.load()
    	stats.NextGC = heapGoal
    	stats.LastGC = memstats.last_gc_unix
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/runtime/mpagealloc.go

    		// lo and hi describe all the parts of the level we need to look at.
    		lo, hi := addrsToSummaryRange(l, base, limit+1)
    
    		// Iterate over each block, updating the corresponding summary in the less-granular level.
    		for i := lo; i < hi; i++ {
    			children := p.summary[l+1][i<<logEntriesPerBlock : (i+1)<<logEntriesPerBlock]
    			sum := mergeSummaries(children, logMaxPages)
    			old := p.summary[l][i]
    			if old != sum {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // x-kubernetes-map-type annotates an object to further describe its topology.
      // This extension must only be used when type is object and may have 2 possible values:
      //
      // 1) `granular`:
      //      These maps are actual maps (key-value pairs) and each fields are independent
      //      from each other (they can each be manipulated by separate actors). This is
      //      the default behaviour for all maps.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    g.vbrplsbx.io g12.br ga ga.us gaivuotna.no gal gallery gallery.museum gallo gallup galsa.no gamagori.aichi.jp game game-host.org game-server.cc game.tw games games.hu gamo.shiga.jp gamvik.no gangaviika.no gangwon.kr gap garden garden.museum gateway.museum gaular.no gausdal.no gay gb gb.net gbiz gc.ca gd gd.cn gda.pl gdansk.pl gdn gdynia.pl ge ge.it gea geek.nz geekgalaxy.com geelvinck.museum gehirn.ne.jp geisei.kochi.jp gemological.museum gen.in gen.mi.us gen.ng gen.nz gen.tr genkai.saga.jp genoa.it genova.it...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top