Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2563 static size_t overall_thread_cache_size = kDefaultOverallThreadCacheSize; variable
3227 size_t space = overall_thread_cache_size / n; in CreateCacheIfNecessary()
3450 *value = overall_thread_cache_size; in CreateCacheIfNecessary()
3473 overall_thread_cache_size = static_cast<size_t>(value); in CreateCacheIfNecessary()