Home
last modified time | relevance | path

Searched refs:fastStrDup (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
DFastMallocWince.h44 char* fastStrDup(const char*);
57 #define strdup(p) fastStrDup(p)
DMemoryManager.cpp166 char* fastStrDup(const char* str) in fastStrDup() function