HomeSort by relevance Sort by last modified time
    Searched refs:tryFastZeroedMalloc (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 72 TryMallocReturnValue tryFastZeroedMalloc(size_t n);
193 using WTF::tryFastZeroedMalloc;
FastMalloc.cpp 192 TryMallocReturnValue tryFastZeroedMalloc(size_t n)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 40 void* tryFastZeroedMalloc(size_t n);
MemoryManager.cpp 148 TryMallocReturnValue tryFastZeroedMalloc(size_t n)

Completed in 197 milliseconds