mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
Merge pull request #6384 from devnexen/apple_smaps_impl
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