Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp590 static int num_objects_to_move[kNumClasses]; variable
914 num_objects_to_move[cl] = NumMoveSize(ByteSizeForClass(cl)); in InitSizeClasses()
2219 return used_slots_ * num_objects_to_move[size_class_]; in tc_length()
2588 if (N == num_objects_to_move[size_class_] && in InsertRange()
2606 if (num == num_objects_to_move[size_class_] && used_slots_ > 0) { in RemoveRange()
2777 ReleaseToCentralCache(cl, num_objects_to_move[cl]); in Deallocate()
2784 int fetch_count = num_objects_to_move[cl]; in FetchFromCentralCache()
2800 int batch_size = num_objects_to_move[cl]; in ReleaseToCentralCache()