HomeSort by relevance Sort by last modified time
    Searched defs:tryFastRealloc (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 330 TryMallocReturnValue tryFastRealloc(void* p, size_t n)
362 TryMallocReturnValue returnValue = tryFastRealloc(p, n);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 160 TryMallocReturnValue tryFastRealloc(void* p, size_t n)

Completed in 34 milliseconds