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

/external/webkit/JavaScriptCore/wtf/
H A DFastMalloc.cpp320 TryMallocReturnValue tryFastRealloc(void* p, size_t n) function in namespace:WTF
352 TryMallocReturnValue returnValue = tryFastRealloc(p, n);
3806 TryMallocReturnValue tryFastRealloc(void* old_ptr, size_t new_size)
/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp160 TryMallocReturnValue tryFastRealloc(void* p, size_t n) function in namespace:WTF

Completed in 48 milliseconds