Home
last modified time | relevance | path

Searched refs:tryFastRealloc (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h40 void* tryFastRealloc(void* p, size_t n);
68 using WTF::tryFastRealloc;
DFastMalloc.cpp219 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
3343 void* tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/runtime/
DJSArray.cpp344 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in putSlowCase()
463 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in increaseVectorLength()
DUString.cpp81 return static_cast<UChar*>(tryFastRealloc(buffer, sizeof(UChar) * length)); in reallocChars()
/external/webkit/JavaScriptCore/
DChangeLog28132 (KJS::JSArray::putSlowCase): Changed to use tryFastRealloc().
28136 (KJS::reallocChars): Changed to use tryFastRealloc().
28145 (WTF::tryFastRealloc): Renamed fastRealloc() to this.
28157 (WTF::TCMallocStats::tryFastRealloc): Added. Does not abort() on