Home
last modified time | relevance | path

Searched refs:allocationSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DPropertyMapHashTable.h77 static size_t allocationSize(unsigned size) in allocationSize() function
DStructure.cpp106 … 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()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2161 void FetchFromCentralCache(size_t cl, size_t allocationSize);
2762 size_t allocationSize = ByteSizeForClass(cl); in Allocate() local
2764 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() argument
2788 size_ += allocationSize * fetch_count; in FetchFromCentralCache()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1028221 (KJS::PropertyMapHashTable::allocationSize):
DChangeLog-2009-06-169569 Renamed allocationSize to commitSize because it's the chunk size for