Home
last modified time | relevance | path

Searched refs:tryFastMalloc (Results 1 – 15 of 15) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h70 TryMallocReturnValue tryFastMalloc(size_t n);
187 using WTF::tryFastMalloc;
DFastMalloc.cpp197 if (!tryFastMalloc(n).getValue(result)) in tryFastZeroedMalloc()
209 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
235 TryMallocReturnValue returnValue = tryFastMalloc(n); in fastMalloc()
3681 TryMallocReturnValue tryFastMalloc(size_t size) in CreateCacheIfNecessary()
/external/webkit/WebCore/bindings/js/
DJSWebGLArrayBufferConstructor.h65 if (!tryFastMalloc(length * sizeof(T)).getValue(tempValues)) { in construct()
/external/webkit/JavaScriptCore/wtf/wince/
DFastMallocWince.h39 void* tryFastMalloc(size_t n);
DMemoryManager.cpp142 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
/external/webkit/WebCore/websockets/
DWebSocketChannel.cpp238 if (tryFastMalloc(m_bufferSize + len).getValue(newBuffer)) { in appendToBuffer()
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1501 if (!tryFastMalloc(maxNameLength * sizeof(GLchar)).getValue(name)) { in getActiveAttrib()
1532 if (!tryFastMalloc(maxNameLength * sizeof(GLchar)).getValue(name)) { in getActiveUniform()
1621 if (!tryFastMalloc(logLength * sizeof(GLchar)).getValue(log)) in getProgramInfoLog()
1656 if (!tryFastMalloc(logLength * sizeof(GLchar)).getValue(log)) in getShaderInfoLog()
1675 if (!tryFastMalloc(logLength * sizeof(GLchar)).getValue(log)) in getShaderSource()
/external/webkit/JavaScriptCore/runtime/
DUStringImpl.h137 if (!tryFastMalloc(sizeof(UChar) * length + sizeof(UStringImpl)).getValue(resultImpl)) in tryCreateUninitialized()
DJSString.h127 … if (tryFastMalloc(sizeof(Rope) + (ropeLength - 1) * sizeof(Fiber)).getValue(allocation)) in createOrNull()
/external/webkit/WebCore/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp74 if (!tryFastMalloc(len * sizeof(float)).getValue(data)) in jsArrayToFloatArray()
93 if (!tryFastMalloc(len * sizeof(int)).getValue(data)) in jsArrayToIntArray()
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def299 ?tryFastMalloc@WTF@@YA?AUTryMallocReturnValue@1@I@Z
/external/webkit/JavaScriptCore/
DChangeLog3818 (WTF::tryFastMalloc):
5213 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.
10659 Export WTF::tryFastMalloc used in WebSocketChannel.
10868 Export WTF::tryFastMalloc used in WebSocketChannel.
11615 Export tryFastMalloc for Canvas3D work
13564 (WTF::tryFastMalloc):
13567 (WTF::TCMallocStats::tryFastMalloc):
17663 (WTF::tryFastMalloc):
17666 (WTF::TCMallocStats::tryFastMalloc):
DChangeLog-2009-06-1639928 (KJS::allocChars): Changed to use tryFastMalloc().
39933 (WTF::tryFastZeroedMalloc): Added. Uses tryFastMalloc().
39934 (WTF::tryFastMalloc): Renamed fastMalloc() to this.
39944 (WTF::TCMallocStats::tryFastMalloc): Added. Does not abort() on
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29806 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.
/external/webkit/WebCore/
DChangeLog-2010-01-2924503 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.