Searched refs:tryFastCalloc (Results 1 – 11 of 11) sorted by relevance
73 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size);190 using WTF::tryFastCalloc;
264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc() function292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size); in fastCalloc()3876 TryMallocReturnValue tryFastCalloc(size_t n, size_t elem_size) in CreateCacheIfNecessary()
94 if (WTF::tryFastCalloc(numElements, elementByteSize).getValue(result)) in tryAllocate()
41 void* tryFastCalloc(size_t n_elements, size_t element_size);
154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc() function
136 if (!tryFastCalloc(size.height(), bytesPerRow).getValue(m_data.m_data)) in ImageBuffer()
356 ?tryFastCalloc@WTF@@YA?AUTryMallocReturnValue@1@II@Z
2300 (WTF::tryFastCalloc):2313 (WTF::TCMallocStats::tryFastCalloc):2400 (WTF::tryFastCalloc):2412 (WTF::TCMallocStats::tryFastCalloc):
12128 (WTF::tryFastCalloc):21873 (WTF::tryFastCalloc):21876 (WTF::TCMallocStats::tryFastCalloc):25972 (WTF::tryFastCalloc):25975 (WTF::TCMallocStats::tryFastCalloc):
39921 * JavaScriptCore.exp: Exported tryFastCalloc().39936 (WTF::tryFastCalloc): Renamed fastCalloc() to this.39947 (WTF::TCMallocStats::tryFastCalloc): Added. Does not abort() on
97213 (WebCore::ImageBuffer::create): Changed to use tryFastCalloc().