Searched refs:tryFastRealloc (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.h | 74 TryMallocReturnValue tryFastRealloc(void* p, size_t n); 192 using WTF::tryFastRealloc;
|
D | FastMalloc.cpp | 330 TryMallocReturnValue tryFastRealloc(void* p, size_t n) in tryFastRealloc() function 362 TryMallocReturnValue returnValue = tryFastRealloc(p, n); in fastRealloc() 3940 TryMallocReturnValue tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
|
/external/webkit/Source/WebKit2/Shared/ |
D | ShareableBitmap.cpp | 146 if (!tryFastRealloc(m_data, newNumBytes).getValue(newData)) { in resize()
|
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
D | FastMallocWinCE.h | 42 void* tryFastRealloc(void* p, size_t n);
|
D | MemoryManager.cpp | 160 TryMallocReturnValue tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSArray.cpp | 444 …if (!tryFastRealloc(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage)… in putSlowCase() 597 …if (!tryFastRealloc(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage)) in increaseVectorLength()
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 358 ?tryFastRealloc@WTF@@YA?AUTryMallocReturnValue@1@PAXI@Z
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 2303 (WTF::tryFastRealloc): 2316 (WTF::TCMallocStats::tryFastRealloc): 2403 (WTF::tryFastRealloc): 2415 (WTF::TCMallocStats::tryFastRealloc):
|
D | ChangeLog-2010-05-24 | 12129 (WTF::tryFastRealloc): 21874 (WTF::tryFastRealloc): 21877 (WTF::TCMallocStats::tryFastRealloc): 25973 (WTF::tryFastRealloc): 25976 (WTF::TCMallocStats::tryFastRealloc):
|
D | ChangeLog-2011-02-16 | 12368 Export tryFastRealloc for WebKit2's benefit 12373 tryFastRealloc. Removed RegExpObject::info, which is now exported via 13300 Add tryFastRealloc, used by WebKit2.
|
D | ChangeLog-2009-06-16 | 39925 (KJS::JSArray::putSlowCase): Changed to use tryFastRealloc(). 39929 (KJS::reallocChars): Changed to use tryFastRealloc(). 39938 (WTF::tryFastRealloc): Renamed fastRealloc() to this. 39950 (WTF::TCMallocStats::tryFastRealloc): Added. Does not abort() on
|