Skip to content

Commit

Permalink
better config for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Aug 8, 2024
1 parent 5cdab1c commit a1dc463
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@
/*
* Darwin (OS X) uses zones to work around Mach-O symbol override shortcomings.
*/
#if defined(__APPLE__)
#define JEMALLOC_ZONE
#endif
// #if defined(__APPLE__)
// #define JEMALLOC_ZONE
// #endif

/*
* Methods for determining whether the OS overcommits.
Expand Down Expand Up @@ -557,9 +557,9 @@
/* #undef JEMALLOC_UAF_DETECTION */

/* Darwin VM_MAKE_TAG support */
#if defined(__APPLE__)
#define JEMALLOC_HAVE_VM_MAKE_TAG
#endif
// #if defined(__APPLE__)
// #define JEMALLOC_HAVE_VM_MAKE_TAG
// #endif

/* If defined, realloc(ptr, 0) defaults to "free" instead of "alloc". */
#ifdef __GLIBC__
Expand Down

0 comments on commit a1dc463

Please sign in to comment.