Skip to content

Commit

Permalink
Update PlatformUse.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jan 7, 2025
1 parent 7761e23 commit 995e299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/PlatformUse.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
#endif

#if !defined(USE_TZONE_MALLOC)
#if (CPU(ARM64) || CPU(X86_64)) && OS(DARWIN) && (__SIZEOF_POINTER__ == 8)
#if (CPU(ARM64) || CPU(X86_64)) && OS(DARWIN) && (__SIZEOF_POINTER__ == 8) && !USE(SYSTEM_MALLOC)
#define USE_TZONE_MALLOC 1
#else
#define USE_TZONE_MALLOC 0
Expand Down

0 comments on commit 995e299

Please sign in to comment.