Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2569 static volatile size_t per_thread_cache_size = kMaxThreadCacheSize; variable
2909 if (size_ >= per_thread_cache_size) Scavenge(); in Deallocate()
3233 per_thread_cache_size = space; in CreateCacheIfNecessary()