Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for Usages (0.1 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

      static <E> Queue<E> discardingQueue() {
        return (Queue) DISCARDING_QUEUE;
      }
    
      /*
       * Note: All of this duplicate code sucks, but it saves a lot of memory. If only Java had mixins!
       * To maintain this code, make a change for the strong reference type. Then, cut and paste, and
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AMTVSRDD, a1: C_REG, a2: C_REG, a6: C_VSREG, type_: 104, size: 4},
    
    	/* VSX xx3-form */
    	{as: AXXLAND, a1: C_FREG, a2: C_FREG, a6: C_FREG, type_: 90, size: 4},    /* vsx xx3-form (FPR usage) */
    	{as: AXXLAND, a1: C_VSREG, a2: C_VSREG, a6: C_VSREG, type_: 90, size: 4}, /* vsx xx3-form */
    
    	/* VSX select */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    			// Safe to call since the world is stopped.
    			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
    		}
    		pp.mspancache.len = 0
    		lock(&mheap_.lock)
    		pp.pcache.flush(&mheap_.pages)
    		unlock(&mheap_.lock)
    	})
    	freemcache(pp.mcache)
    	pp.mcache = nil
    	gfpurge(pp)
    	if raceenabled {
    		if pp.timers.raceCtx != 0 {
    			// The race detector code uses a callback to fetch
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top