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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp71 size_t newAllocationSize = sizeof(StringImpl*) + newSize; local
74 header = static_cast<StringImpl**>(fastRealloc(header, newAllocationSize));

Completed in 575 milliseconds