Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for flushmcache (0.25 sec)

  1. src/runtime/mstats.go

    	p[n+n+1] = uint64(memstats.numgc)
    	p[n+n+2] = memstats.pause_total_ns
    	unlock(&mheap_.lock)
    	*pauses = p[:n+n+3]
    }
    
    // flushmcache flushes the mcache of allp[i].
    //
    // The world must be stopped.
    //
    //go:nowritebarrier
    func flushmcache(i int) {
    	assertWorldStopped()
    
    	p := allp[i]
    	c := p.mcache
    	if c == nil {
    		return
    	}
    	c.releaseAll()
    	stackcache_clear(c)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/modular_filesystem.cc

      std::string ret(p);
      // Since `p` is allocated by plugin, free it using plugin's method.
      plugin_memory_free_(p);
      return ret;
    }
    
    void ModularFileSystem::FlushCaches(TransactionToken* token) {
      if (ops_->flush_caches != nullptr) ops_->flush_caches(filesystem_.get());
    }
    
    Status ModularFileSystem::SetOption(const std::string& name,
                                        const std::vector<string>& values) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/misc/DisposableUtil.java

                    disposable.dispose();
                } catch (final Throwable t) {
                    t.printStackTrace(); // must not use Logger.
                }
            }
            disposables.clear();
            Introspector.flushCaches();
        }
    
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

      ops->filesystem_ops->get_children = tf_gcs_filesystem::GetChildren;
      ops->filesystem_ops->translate_name = tf_gcs_filesystem::TranslateName;
      ops->filesystem_ops->flush_caches = tf_gcs_filesystem::FlushCaches;
    }
    
    void TF_InitPlugin(TF_FilesystemPluginInfo* info) {
      info->plugin_memory_allocate = plugin_memory_allocate;
      info->plugin_memory_free = plugin_memory_free;
      info->num_schemes = 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 06:55:53 UTC 2023
    - 46.9K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/filesystem/modular_filesystem.h

      Status CopyFile(const std::string& src, const std::string& target,
                      TransactionToken* token) override;
      std::string TranslateName(const std::string& name) const override;
      void FlushCaches(TransactionToken* token) override;
      Status SetOption(const std::string& name,
                       const std::vector<string>& values) override;
      Status SetOption(const std::string& name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 12 08:49:52 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/filesystem/filesystem_interface.h

                                char*** entries, TF_Status* status);
    
      /// Flushes any filesystem cache currently in memory
      ///
      /// DEFAULT IMPLEMENTATION: No op.
      void (*flush_caches)(const TF_Filesystem* filesystem);
    
      /// Starts a new transaction.
      ///
      /// An opaque transaction token is returned in `token`. Ownership of the token
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    signature for a function implemented outside Go, such as an assembly routine.
    </p>
    
    <pre>
    func min(x int, y int) int {
    	if x &lt; y {
    		return x
    	}
    	return y
    }
    
    func flushICache(begin, end uintptr)  // implemented externally
    </pre>
    
    <h3 id="Method_declarations">Method declarations</h3>
    
    <p>
    A method is a <a href="#Function_declarations">function</a> with a <i>receiver</i>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. RELEASE.md

    *   Google Cloud Storage (GCS):
        *   Add client-side throttle.
        *   Add a `FlushCaches()` method to the FileSystem interface, with an
            implementation for GcsFileSystem.
    *   Other:
        *   Add `tf.contrib.distributions.Kumaraswamy`.
        *   `RetryingFileSystem::FlushCaches()` calls the base FileSystem's
            `FlushCaches()`.
        *   Add `auto_correlation` to distributions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. doc/go_spec.html

    <p>
    A function declaration without type parameters may omit the body.
    Such a declaration provides the signature for a function implemented outside Go,
    such as an assembly routine.
    </p>
    
    <pre>
    func flushICache(begin, end uintptr)  // implemented externally
    </pre>
    
    <h3 id="Method_declarations">Method declarations</h3>
    
    <p>
    A method is a <a href="#Function_declarations">function</a> with a <i>receiver</i>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  10. src/encoding/json/testdata/code.json.gz

    ":1251233967,"mean_t":1251233967}],"cl_weight":0.26136363636363635,"touches":2,"min_t":1237305507,"max_t":1251233967,"mean_t":1244269737},{"name":"perf","kids":[{"name":"flush_cache","kids":[{"name":"SConscript","kids":[],"cl_weight":0.2,"touches":2,"min_t":1226426367,"max_t":1226426860,"mean_t":1226426613},{"name":"flush_cache.cc","kids":[],"cl_weight":0.2,"touches":2,"min_t":1226426367,"max_t":1226426860,"mean_t":1226426613}],"cl_weight":0.4,"touches":2,"min_t":1226426367,"max_t":1226426860,"m...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top