Searched refs:tryFastMalloc (Results 1 – 16 of 16) sorted by relevance
71 TryMallocReturnValue tryFastMalloc(size_t n);191 using WTF::tryFastMalloc;
195 if (!tryFastMalloc(n).getValue(result)) in tryFastZeroedMalloc()217 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function243 TryMallocReturnValue returnValue = tryFastMalloc(n); in fastMalloc()3815 TryMallocReturnValue tryFastMalloc(size_t size) in CreateCacheIfNecessary()
293 if (tryFastMalloc(newCapacity * sizeof(T)).getValue(newBuffer)) {
44 if (tryFastMalloc(sizeof(RopeImpl) + (fiberCount - 1) * sizeof(Fiber)).getValue(allocation)) in tryCreateUninitialized()
65 if (!tryFastMalloc(numBytes).getValue(data)) in create()
39 void* tryFastMalloc(size_t n);
142 TryMallocReturnValue tryFastMalloc(size_t n) in tryFastMalloc() function
244 if (tryFastMalloc(newBufferSize).getValue(newBuffer)) { in appendToBuffer()
77 if (!tryFastMalloc(len * sizeof(float)).getValue(data)) in jsArrayToFloatArray()96 if (!tryFastMalloc(len * sizeof(int)).getValue(data)) in jsArrayToIntArray()
175 if (!tryFastMalloc(sizeof(UChar) * length + sizeof(StringImpl)).getValue(resultImpl)) { in tryCreateUninitialized()
357 ?tryFastMalloc@WTF@@YA?AUTryMallocReturnValue@1@I@Z
12126 (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 work21872 (WTF::tryFastMalloc):21875 (WTF::TCMallocStats::tryFastMalloc):25971 (WTF::tryFastMalloc):25974 (WTF::TCMallocStats::tryFastMalloc):
2298 (WTF::tryFastMalloc):2398 (WTF::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.