#define KALLOC_MINSIZE 16
-extern void kalloc_init(void);
+extern void kalloc_init(void) __attribute__((section("__TEXT, initcode")));
extern void krealloc(void **addrp,
vm_size_t old_size,
int *exhaustable);
extern vm_size_t kalloc_max_prerounded;
+extern vm_size_t kalloc_large_total;
#endif /* MACH_KERNEL_PRIVATE */