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

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)
292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)

Completed in 165 milliseconds