Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp785 static ALWAYS_INLINE size_t ByteSizeForClass(size_t cl) { in ByteSizeForClass() function
914 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 …]
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142706 (WTF::ByteSizeForClass): Use ALWAYS_INLINE here too for the same reason.
17042 (KXMLCore::ByteSizeForClass):
DChangeLog-2008-08-1024380 (WTF::ByteSizeForClass):