Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2436 static int thread_heap_count = 0; variable
2921 thread_heap_count++; in NewHeap()
3084 thread_heap_count--; in CreateCacheIfNecessary()
3092 int n = thread_heap_count > 0 ? thread_heap_count : 1; in CreateCacheIfNecessary()