Home
last modified time | relevance | path

Searched +defs:malloc +defs:new +defs:new (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h52 #define malloc(n) fastMalloc(n) macro
70 static inline void* __cdecl operator new(size_t s) { return fastMalloc(s); } in new() function
74 static inline void* operator new(size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); } in new() function
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dalloca.c82 #define malloc xmalloc macro
201 register pointer new = malloc (sizeof (header) + size); local