sizeForImmutableStylePropertySetWithPropertyCount   54 Source/core/css/StylePropertySet.cpp     void* slot = Heap::allocate<StylePropertySet>(sizeForImmutableStylePropertySetWithPropertyCount(count));
sizeForImmutableStylePropertySetWithPropertyCount   56 Source/core/css/StylePropertySet.cpp     void* slot = WTF::fastMalloc(sizeForImmutableStylePropertySetWithPropertyCount(count));
sizeForImmutableStylePropertySetWithPropertyCount  572 Source/core/css/StylePropertySet.cpp     return sizeForImmutableStylePropertySetWithPropertyCount(4);