Home
last modified time | relevance | path

Searched refs:overall_thread_cache_size (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2439 static size_t overall_thread_cache_size = kDefaultOverallThreadCacheSize; variable
3093 size_t space = overall_thread_cache_size / n; in CreateCacheIfNecessary()
3316 *value = overall_thread_cache_size; in CreateCacheIfNecessary()
3339 overall_thread_cache_size = static_cast<size_t>(value); in CreateCacheIfNecessary()