OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_size_
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
73
cache_gc_(FLAGS_fst_default_cache_gc),
cache_size_
(0),
81
cache_first_state_(0), cache_gc_(opts.gc),
cache_size_
(0),
139
cache_size_
+= sizeof(S) +
148
cache_size_
+= sizeof(S);
149
if (
cache_size_
> cache_limit_)
192
cache_size_
+= arcs.capacity() * sizeof(Arc);
193
if (
cache_size_
> cache_limit_)
278
<< ", cache size = " <<
cache_size_
286
if (
cache_size_
> cache_target && state->ref_count == 0 &&
288
cache_size_
-= sizeof(S) + state->arcs.capacity() * sizeof(Arc)
334
size_t
cache_size_
; \/\/ # of bytes cached
member in class:fst::CacheBaseImpl
[
all
...]
/external/chromium/app/sql/
connection.h
126
void set_cache_size(int cache_size) {
cache_size_
= cache_size; }
355
int
cache_size_
;
member in class:sql::Connection
connection.cc
91
cache_size_
(0),
376
if (
cache_size_
!= 0) {
377
const std::string sql = StringPrintf("PRAGMA cache_size=%d",
cache_size_
);
/external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp
[
all
...]
/external/valgrind/tsan/
thread_sanitizer.cc
[
all
...]
Completed in 2361 milliseconds