mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 04:01:22 +00:00
Getting region date per process in Darwin
This commit is contained in:
@ -57,6 +57,7 @@
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
#include <malloc/malloc.h>
|
||||
#include <libproc.h>
|
||||
#define HAVE_MALLOC_SIZE 1
|
||||
#define zmalloc_size(p) malloc_size(p)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user