Searched refs:tryFastRealloc (Results 1 – 8 of 8) sorted by relevance
40 void* tryFastRealloc(void*, size_t);157 using WTF::tryFastRealloc;
294 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function326 void* result = tryFastRealloc(p, n); in fastRealloc()3704 void* tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
160 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
43 void* tryFastRealloc(void* p, size_t n);
351 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in putSlowCase()470 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in increaseVectorLength()
84 return static_cast<UChar*>(tryFastRealloc(buffer, sizeof(UChar) * length)); in reallocChars()
3956 (WTF::tryFastRealloc):3959 (WTF::TCMallocStats::tryFastRealloc):
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