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

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 195 if (!tryFastMalloc(n).getValue(result))
217 TryMallocReturnValue tryFastMalloc(size_t n)
243 TryMallocReturnValue returnValue = tryFastMalloc(n);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 142 TryMallocReturnValue tryFastMalloc(size_t n)

Completed in 57 milliseconds