Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp631 static int num_objects_to_move[kNumClasses]; variable
955 num_objects_to_move[cl] = NumMoveSize(ByteSizeForClass(cl)); in InitSizeClasses()
2329 return used_slots_ * num_objects_to_move[size_class_]; in tc_length()
2712 if (N == num_objects_to_move[size_class_] && in InsertRange()
2730 if (num == num_objects_to_move[size_class_] && used_slots_ > 0) { in RemoveRange()
2907 ReleaseToCentralCache(cl, num_objects_to_move[cl]); in Deallocate()
2914 int fetch_count = num_objects_to_move[cl]; in FetchFromCentralCache()
2930 int batch_size = num_objects_to_move[cl]; in ReleaseToCentralCache()