Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h71 TryMallocReturnValue tryFastMalloc(size_t n);
191 using WTF::tryFastMalloc;
DFastMalloc.cpp195 if (!tryFastMalloc(n).getValue(result)) in tryFastZeroedMalloc()
217 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
243 TryMallocReturnValue returnValue = tryFastMalloc(n); in fastMalloc()
3815 TryMallocReturnValue tryFastMalloc(size_t size) in CreateCacheIfNecessary()
DVector.h293 if (tryFastMalloc(newCapacity * sizeof(T)).getValue(newBuffer)) {
/external/webkit/Source/JavaScriptCore/runtime/
DRopeImpl.h44 if (tryFastMalloc(sizeof(RopeImpl) + (fiberCount - 1) * sizeof(Fiber)).getValue(allocation)) in tryCreateUninitialized()
/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.cpp65 if (!tryFastMalloc(numBytes).getValue(data)) in create()
/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h39 void* tryFastMalloc(size_t n);
DMemoryManager.cpp142 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.cpp244 if (tryFastMalloc(newBufferSize).getValue(newBuffer)) { in appendToBuffer()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp77 if (!tryFastMalloc(len * sizeof(float)).getValue(data)) in jsArrayToFloatArray()
96 if (!tryFastMalloc(len * sizeof(int)).getValue(data)) in jsArrayToIntArray()
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.h175 if (!tryFastMalloc(sizeof(UChar) * length + sizeof(StringImpl)).getValue(resultImpl)) { in tryCreateUninitialized()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def357 ?tryFastMalloc@WTF@@YA?AUTryMallocReturnValue@1@I@Z
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2412126 (WTF::tryFastMalloc):
13521 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.
18967 Export WTF::tryFastMalloc used in WebSocketChannel.
19176 Export WTF::tryFastMalloc used in WebSocketChannel.
19923 Export tryFastMalloc for Canvas3D work
21872 (WTF::tryFastMalloc):
21875 (WTF::TCMallocStats::tryFastMalloc):
25971 (WTF::tryFastMalloc):
25974 (WTF::TCMallocStats::tryFastMalloc):
DChangeLog2298 (WTF::tryFastMalloc):
2398 (WTF::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/Source/WebKit/mac/
DChangeLog-2010-01-29806 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2924503 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.