Searched refs:ByteSizeForClass (Results 1 – 3 of 3) sorted by relevance
785 static ALWAYS_INLINE size_t ByteSizeForClass(size_t cl) { in ByteSizeForClass() function914 num_objects_to_move[cl] = NumMoveSize(ByteSizeForClass(cl)); in InitSizeClasses()1060 return ByteSizeForClass(SizeClass(bytes)); in AllocationSize()2493 (span->length<<kPageShift)/ByteSizeForClass(span->sizeclass)); in ReleaseToSpans()2500 counter_ -= (span->length<<kPageShift) / ByteSizeForClass(span->sizeclass); in ReleaseToSpans()2698 const size_t size = ByteSizeForClass(size_class_); in Populate()2762 size_t allocationSize = ByteSizeForClass(cl); in Allocate()2772 size_ += ByteSizeForClass(cl); in Deallocate()2796 size_ -= N*ByteSizeForClass(cl); in ReleaseToCentralCache()3105 ByteSizeForClass(cl), in CreateCacheIfNecessary()[all …]
2706 (WTF::ByteSizeForClass): Use ALWAYS_INLINE here too for the same reason.17042 (KXMLCore::ByteSizeForClass):
24380 (WTF::ByteSizeForClass):