Searched refs:tryFastMalloc (Results 1 – 15 of 15) sorted by relevance
70 TryMallocReturnValue tryFastMalloc(size_t n);187 using WTF::tryFastMalloc;
197 if (!tryFastMalloc(n).getValue(result)) in tryFastZeroedMalloc()209 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function235 TryMallocReturnValue returnValue = tryFastMalloc(n); in fastMalloc()3681 TryMallocReturnValue tryFastMalloc(size_t size) in CreateCacheIfNecessary()
65 if (!tryFastMalloc(length * sizeof(T)).getValue(tempValues)) { in construct()
39 void* tryFastMalloc(size_t n);
142 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
238 if (tryFastMalloc(m_bufferSize + len).getValue(newBuffer)) { in appendToBuffer()
1501 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()
137 if (!tryFastMalloc(sizeof(UChar) * length + sizeof(UStringImpl)).getValue(resultImpl)) in tryCreateUninitialized()
127 … if (tryFastMalloc(sizeof(Rope) + (ropeLength - 1) * sizeof(Fiber)).getValue(allocation)) in createOrNull()
74 if (!tryFastMalloc(len * sizeof(float)).getValue(data)) in jsArrayToFloatArray()93 if (!tryFastMalloc(len * sizeof(int)).getValue(data)) in jsArrayToIntArray()
299 ?tryFastMalloc@WTF@@YA?AUTryMallocReturnValue@1@I@Z
3818 (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 work13564 (WTF::tryFastMalloc):13567 (WTF::TCMallocStats::tryFastMalloc):17663 (WTF::tryFastMalloc):17666 (WTF::TCMallocStats::tryFastMalloc):
39928 (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
806 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.
24503 Switch from using fastMalloc to tryFastMalloc, pass an ExecState to record the exception on.