Searched refs:tryFastRealloc (Results 1 – 5 of 5) sorted by relevance
40 void* tryFastRealloc(void* p, size_t n);68 using WTF::tryFastRealloc;
219 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function3343 void* tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
344 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in putSlowCase()463 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in increaseVectorLength()
81 return static_cast<UChar*>(tryFastRealloc(buffer, sizeof(UChar) * length)); in reallocChars()
28132 (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