Loading...
--- libmalloc/libmalloc-116/src/internal.h
+++ libmalloc/libmalloc-140.40.1/src/internal.h
@@ -78,7 +78,7 @@
 #include <unistd.h>
 #include <xlocale.h>
 
-#include "magmallocProvider.h"
+#include "dtrace.h"
 
 #include "base.h"
 #include "trace.h"
@@ -97,7 +97,9 @@
 #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"
 
@@ -116,4 +118,8 @@
 int
 malloc_gdb_po_unsafe(void);
 
+MALLOC_NOEXPORT
+extern uint64_t max_lite_mallocs;
+
+
 #endif // __INTERNAL_H