mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
memory fragmentation reporting in INFO also added for Mac OS X
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user