HomeSort by relevance Sort by last modified time
    Searched full:fastrealloc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.h 33 WTF_EXPORT void* fastRealloc(void*, size_t);
61 using WTF::fastRealloc;
PartitionAlloc.cpp 460 // that case we're not done; we have to forward to fastRealloc.
462 return WTF::fastRealloc(ptr, newSize);
FastMalloc.cpp 242 void* fastRealloc(void* p, size_t n)
333 #define realloc fastRealloc
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplCF.cpp 74 header = static_cast<StringImpl**>(fastRealloc(header, newAllocationSize));
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 151 m_array = adoptPtr(static_cast<T*>(fastRealloc(m_array.leakPtr(), m_capacity * sizeof(T))));

Completed in 82 milliseconds