Home
last modified time | relevance | path

Searched refs:reallocChars (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DUString.cpp79 static inline UChar* reallocChars(UChar* buffer, size_t length) in reallocChars() function
483 base->buf = reallocChars(base->buf, newCapacity); in expandCapacity()
515 base->buf = reallocChars(base->buf, newCapacity); in reserveCapacity()
/external/webkit/JavaScriptCore/
DChangeLog3940 (JSC::reallocChars):
DChangeLog-2007-10-14822 (KJS::reallocChars): Ditto.
924 (KJS::reallocChars): Ditto.
1149 …(KJS::reallocChars): Wrapper around fastRealloc that takes a length in characters. It will return…
DChangeLog-2009-06-1639929 (KJS::reallocChars): Changed to use tryFastRealloc().