Bug #151 » dyson-solaris-use-system-malloc.patch
| 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
|
||