HomeSort by relevance Sort by last modified time
    Searched refs:tryFastCalloc (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
ArrayBuffer.cpp 86 // FIXME: Why not? The tryFastCalloc function already checks its arguments,
94 if (WTF::tryFastCalloc(numElements, elementByteSize).getValue(result))
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 73 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size);
190 using WTF::tryFastCalloc;
FastMalloc.cpp 264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)
292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 41 void* tryFastCalloc(size_t n_elements, size_t element_size);
MemoryManager.cpp 154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 136 if (!tryFastCalloc(size.height(), bytesPerRow).getValue(m_data.m_data))

Completed in 272 milliseconds