Project

General

Profile

Bug #151 » dyson-solaris-use-system-malloc.patch

Should use system malloc - Igor Pashev, 2013-09-19 07:34 PM

View differences:

qt4-x11/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h 2013-09-18 21:54:59.769098005 +0400
#endif
#endif
#if OS(SOLARIS)
#define USE_SYSTEM_MALLOC 1
#endif
/* fastMalloc match validation allows for runtime verification that
new is matched by delete, fastMalloc is matched by fastFree, etc. */
#if !defined(ENABLE_FAST_MALLOC_MATCH_VALIDATION)
qt4-x11/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2013-09-19 21:52:31.806307631 +0400
#define HAVE_TIMEGM 1
#endif
#if OS(SOLARIS)
#define USE_SYSTEM_MALLOC 1
#endif
#if OS(DARWIN)
#define HAVE_ERRNO_H 1
    (1-1/1)