Searched refs:fastZeroedMalloc (Results 1 – 16 of 16) sorted by relevance
134 void* fastZeroedMalloc(size_t n) in fastZeroedMalloc() function151 return fastZeroedMalloc(n); in tryFastZeroedMalloc()
38 void* fastZeroedMalloc(size_t n);
32 void* fastZeroedMalloc(size_t);151 using WTF::fastZeroedMalloc;
859 return static_cast<ValueType*>(fastZeroedMalloc(size * sizeof(ValueType)));
174 void* fastZeroedMalloc(size_t n) in fastZeroedMalloc() function
110 ?fastZeroedMalloc@WTF@@YAPAXI@Z
111 ?fastZeroedMalloc@WTF@@YAPAXI@Z
951 …m_propertyTable = static_cast<PropertyMapHashTable*>(fastZeroedMalloc(PropertyMapHashTable::alloca… in createPropertyMapHashTable()980 …m_propertyTable = static_cast<PropertyMapHashTable*>(fastZeroedMalloc(PropertyMapHashTable::alloca… in rehashPropertyMapHashTable()
136 m_storage = static_cast<ArrayStorage*>(fastZeroedMalloc(storageSize(initialCapacity))); in JSArray()
119 ?fastZeroedMalloc@WTF@@YAPAXI@Z
121 ?fastZeroedMalloc@WTF@@YAPAXI@Z
9463 * WebKit.vcproj/WebKit.def: Export fastZeroedMalloc.
26497 Add special fastZeroedMalloc function to replace a
39931 (WTF::fastZeroedMalloc): Removed null checking of fastMalloc()'s result