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

/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) function in namespace:WTF
292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
3876 TryMallocReturnValue tryFastCalloc(size_t n, size_t elem_size)
/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) function in namespace:WTF

Completed in 464 milliseconds