Searched defs:tryFastMalloc (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DFastMalloc.cpp197 if (!tryFastMalloc(n).getValue(result))
209 TryMallocReturnValue tryFastMalloc(size_t n) function in namespace:WTF
235 TryMallocReturnValue returnValue = tryFastMalloc(n);
3681 TryMallocReturnValue tryFastMalloc(size_t size)
/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp142 TryMallocReturnValue tryFastMalloc(size_t n) function in namespace:WTF

Completed in 63 milliseconds