Loading...
--- libmalloc/libmalloc-140.40.1/src/internal.h
+++ libmalloc/libmalloc-116/src/internal.h
@@ -78,7 +78,7 @@
 #include <unistd.h>
 #include <xlocale.h>
 
-#include "dtrace.h"
+#include "magmallocProvider.h"
 
 #include "base.h"
 #include "trace.h"
@@ -97,9 +97,7 @@
 #include "stack_logging.h"
 #include "stack_logging_internal.h"
 #include "thresholds.h"
-#include "vm.h"
 
-#include "magazine_rack.h"
 #include "magazine_zone.h"
 #include "nano_zone.h"
 
@@ -118,8 +116,4 @@
 int
 malloc_gdb_po_unsafe(void);
 
-MALLOC_NOEXPORT
-extern uint64_t max_lite_mallocs;
-
-
 #endif // __INTERNAL_H