Searched refs:fastZeroedMalloc (Results 1 – 17 of 17) sorted by relevance
134 void* fastZeroedMalloc(size_t n) in fastZeroedMalloc() function151 return fastZeroedMalloc(n); in tryFastZeroedMalloc()
37 void* fastZeroedMalloc(size_t n);
33 void* fastZeroedMalloc(size_t);189 using WTF::fastZeroedMalloc;
311 ptr = static_cast<T*>(fastZeroedMalloc(sizeof(T)));
880 return static_cast<ValueType*>(fastZeroedMalloc(size * sizeof(ValueType)));
177 void* fastZeroedMalloc(size_t n) in fastZeroedMalloc() function
241 , m_index(static_cast<unsigned*>(fastZeroedMalloc(dataSize()))) in PropertyTable()274 , m_index(static_cast<unsigned*>(fastZeroedMalloc(dataSize()))) in PropertyTable()497 m_index = static_cast<unsigned*>(fastZeroedMalloc(dataSize())); in rehash()
141 m_storage = static_cast<ArrayStorage*>(fastZeroedMalloc(storageSize(initialCapacity))); in JSArray()
101 ?fastZeroedMalloc@WTF@@YAPAXI@Z
108 ?fastZeroedMalloc@WTF@@YAPAXI@Z
111 ?fastZeroedMalloc@WTF@@YAPAXI@Z
168 ?fastZeroedMalloc@WTF@@YAPAXI@Z
9463 * WebKit.vcproj/WebKit.def: Export fastZeroedMalloc.
10993 where we don't use fastZeroedMalloc, so it doesn't happen automatically.
26497 Add special fastZeroedMalloc function to replace a
39931 (WTF::fastZeroedMalloc): Removed null checking of fastMalloc()'s result