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

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

Completed in 98 milliseconds