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 | ||
|---|---|---|
| 878 | 878 |
#endif |
| 879 | 879 |
#endif |
| 880 | 880 | |
| 881 |
#if OS(SOLARIS) |
|
| 882 |
#define USE_SYSTEM_MALLOC 1 |
|
| 883 |
#endif |
|
| 884 | ||
| 881 | 885 |
/* fastMalloc match validation allows for runtime verification that |
| 882 | 886 |
new is matched by delete, fastMalloc is matched by fastFree, etc. */ |
| 883 | 887 |
#if !defined(ENABLE_FAST_MALLOC_MATCH_VALIDATION) |
| qt4-x11/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2013-09-19 21:52:31.806307631 +0400 | ||
|---|---|---|
| 711 | 711 |
#define HAVE_TIMEGM 1 |
| 712 | 712 |
#endif |
| 713 | 713 | |
| 714 |
#if OS(SOLARIS) |
|
| 715 |
#define USE_SYSTEM_MALLOC 1 |
|
| 716 |
#endif |
|
| 717 | ||
| 714 | 718 |
#if OS(DARWIN) |
| 715 | 719 | |
| 716 | 720 |
#define HAVE_ERRNO_H 1 |