Searched refs:sizeForImmutableStylePropertySetWithPropertyCount (Results 1 – 1 of 1) sorted by relevance
43 static size_t sizeForImmutableStylePropertySetWithPropertyCount(unsigned count) in sizeForImmutableStylePropertySetWithPropertyCount() function52 …void* slot = Heap::allocate<StylePropertySet>(sizeForImmutableStylePropertySetWithPropertyCount(co… in create()54 void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count)); in create()576 return sizeForImmutableStylePropertySetWithPropertyCount(4); in averageSizeInBytes()