Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h40 void* tryFastRealloc(void*, size_t);
157 using WTF::tryFastRealloc;
DFastMalloc.cpp294 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
326 void* result = tryFastRealloc(p, n); in fastRealloc()
3704 void* tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/wtf/wince/
DMemoryManager.cpp160 void* tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
DFastMallocWince.h43 void* tryFastRealloc(void* p, size_t n);
/external/webkit/JavaScriptCore/runtime/
DJSArray.cpp351 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in putSlowCase()
470 storage = static_cast<ArrayStorage*>(tryFastRealloc(storage, storageSize(newVectorLength))); in increaseVectorLength()
DUString.cpp84 return static_cast<UChar*>(tryFastRealloc(buffer, sizeof(UChar) * length)); in reallocChars()
/external/webkit/JavaScriptCore/
DChangeLog3956 (WTF::tryFastRealloc):
3959 (WTF::TCMallocStats::tryFastRealloc):
DChangeLog-2009-06-1639925 (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