Searched refs:allocationSize (Results 1 – 5 of 5) sorted by relevance
77 static size_t allocationSize(unsigned size) in allocationSize() function
106 … totalPropertyMapsSize += PropertyMapHashTable::allocationSize(structure->m_propertyTable->size); in dumpStatistics()631 size_t tableSize = PropertyMapHashTable::allocationSize(m_propertyTable->size); in copyPropertyTable()980 …c_cast<PropertyMapHashTable*>(fastZeroedMalloc(PropertyMapHashTable::allocationSize(newTableSize))… in createPropertyMapHashTable()1009 …c_cast<PropertyMapHashTable*>(fastZeroedMalloc(PropertyMapHashTable::allocationSize(newTableSize))… in rehashPropertyMapHashTable()
2161 void FetchFromCentralCache(size_t cl, size_t allocationSize);2762 size_t allocationSize = ByteSizeForClass(cl); in Allocate() local2764 FetchFromCentralCache(cl, allocationSize); in Allocate()2767 size_ -= allocationSize; in Allocate()2783 ALWAYS_INLINE void TCMalloc_ThreadCache::FetchFromCentralCache(size_t cl, size_t allocationSize) { in FetchFromCentralCache() argument2788 size_ += allocationSize * fetch_count; in FetchFromCentralCache()
28221 (KJS::PropertyMapHashTable::allocationSize):
9569 Renamed allocationSize to commitSize because it's the chunk size for