Home | History | Annotate | Download | only in wtf

Lines Matching refs:fastMalloc

78 #include "wtf/FastMalloc.h"
133 // By default, fastMalloc is allowed so we don't allocate the
191 void* result = fastMalloc(n);
199 char* dup = static_cast<char*>(fastMalloc(len));
225 void* fastMalloc(size_t n)
273 // This symbol is present in the JavaScriptCore exports file even when FastMalloc is disabled.
354 #define malloc fastMalloc
2506 pthread_setname_np("JavaScriptCore: FastMalloc scavenger");
3469 void* fastMalloc(size_t size)
3879 FastMalloc";