Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1774 TCMalloc_ThreadCache* prev_; member in WTF::TCMalloc_ThreadCache
2310 prev_ = NULL; in Init()
2494 heap->prev_ = NULL; in NewHeap()
2495 if (thread_heaps != NULL) thread_heaps->prev_ = heap; in NewHeap()
2657 if (heap->next_ != NULL) heap->next_->prev_ = heap->prev_; in CreateCacheIfNecessary()
2658 if (heap->prev_ != NULL) heap->prev_->next_ = heap->next_; in CreateCacheIfNecessary()