Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2445 static volatile size_t per_thread_cache_size = kMaxThreadCacheSize; variable
2779 if (size_ >= per_thread_cache_size) Scavenge(); in Deallocate()
3099 per_thread_cache_size = space; in CreateCacheIfNecessary()