Home
last modified time | relevance | path

Searched refs:tryFastCalloc (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h73 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size);
190 using WTF::tryFastCalloc;
DFastMalloc.cpp264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc() function
292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size); in fastCalloc()
3876 TryMallocReturnValue tryFastCalloc(size_t n, size_t elem_size) in CreateCacheIfNecessary()
/external/webkit/Source/WebCore/html/canvas/
DArrayBuffer.cpp94 if (WTF::tryFastCalloc(numElements, elementByteSize).getValue(result)) in tryAllocate()
/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h41 void* tryFastCalloc(size_t n_elements, size_t element_size);
DMemoryManager.cpp154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc() function
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp136 if (!tryFastCalloc(size.height(), bytesPerRow).getValue(m_data.m_data)) in ImageBuffer()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def356 ?tryFastCalloc@WTF@@YA?AUTryMallocReturnValue@1@II@Z
/external/webkit/Source/JavaScriptCore/
DChangeLog2300 (WTF::tryFastCalloc):
2313 (WTF::TCMallocStats::tryFastCalloc):
2400 (WTF::tryFastCalloc):
2412 (WTF::TCMallocStats::tryFastCalloc):
DChangeLog-2010-05-2412128 (WTF::tryFastCalloc):
21873 (WTF::tryFastCalloc):
21876 (WTF::TCMallocStats::tryFastCalloc):
25972 (WTF::tryFastCalloc):
25975 (WTF::TCMallocStats::tryFastCalloc):
DChangeLog-2009-06-1639921 * JavaScriptCore.exp: Exported tryFastCalloc().
39936 (WTF::tryFastCalloc): Renamed fastCalloc() to this.
39947 (WTF::TCMallocStats::tryFastCalloc): Added. Does not abort() on
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1697213 (WebCore::ImageBuffer::create): Changed to use tryFastCalloc().