Searched refs:reallocChars (Results 1 – 4 of 4) sorted by relevance
79 static inline UChar* reallocChars(UChar* buffer, size_t length) in reallocChars() function483 base->buf = reallocChars(base->buf, newCapacity); in expandCapacity()515 base->buf = reallocChars(base->buf, newCapacity); in reserveCapacity()
3940 (JSC::reallocChars):
822 (KJS::reallocChars): Ditto.924 (KJS::reallocChars): Ditto.1149 …(KJS::reallocChars): Wrapper around fastRealloc that takes a length in characters. It will return…
39929 (KJS::reallocChars): Changed to use tryFastRealloc().