memory fragmentation reporting in INFO also added for Mac OS X

This commit is contained in:
antirez
2010-09-02 10:57:58 +02:00
parent eddb388ef9
commit 73db2acc37
2 changed files with 38 additions and 8 deletions

View File

@ -26,6 +26,11 @@
#define HAVE_PROCFS 1
#endif
/* test for task_info() */
#if defined(__APPLE__)
#define HAVE_TASKINFO 1
#endif
/* test for backtrace() */
#if defined(__APPLE__) || defined(__linux__)
#define HAVE_BACKTRACE 1