Searched refs:fastRealloc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.h34 WTF_EXPORT void* fastRealloc(void*, size_t);
43 using WTF::fastRealloc;
H A DFastMalloc.cpp82 void* fastRealloc(void* p, size_t n) function in namespace:WTF
H A DTerminatedArray.h83 return adoptPtr(static_cast<TerminatedArray*>(fastRealloc(ptr.leakPtr(), capacity * sizeof(T))));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp74 header = static_cast<StringImpl**>(fastRealloc(header, newAllocationSize));

Completed in 89 milliseconds