Searched refs:ByteSizeForClass (Results 1 – 3 of 3) sorted by relevance
826 static ALWAYS_INLINE size_t ByteSizeForClass(size_t cl) { in ByteSizeForClass() function955 num_objects_to_move[cl] = NumMoveSize(ByteSizeForClass(cl)); in InitSizeClasses()1098 return ByteSizeForClass(SizeClass(bytes)); in AllocationSize()2617 (span->length<<kPageShift)/ByteSizeForClass(span->sizeclass)); in ReleaseToSpans()2624 counter_ -= (span->length<<kPageShift) / ByteSizeForClass(span->sizeclass); in ReleaseToSpans()2828 const size_t size = ByteSizeForClass(size_class_); in Populate()2892 size_t allocationSize = ByteSizeForClass(cl); in Allocate()2902 size_ += ByteSizeForClass(cl); in Deallocate()2926 size_ -= N*ByteSizeForClass(cl); in ReleaseToCentralCache()3239 ByteSizeForClass(cl), in CreateCacheIfNecessary()[all …]
2706 (WTF::ByteSizeForClass): Use ALWAYS_INLINE here too for the same reason.17042 (KXMLCore::ByteSizeForClass):
24380 (WTF::ByteSizeForClass):