--- Gnu-Mach/kern/slab.h 2020/09/02 04:47:38 1.1.1.2 +++ Gnu-Mach/kern/slab.h 2020/09/02 04:49:56 1.1.1.3 @@ -253,4 +253,8 @@ void slab_collect(void); */ void slab_info(void); +#if MACH_KDB +void db_show_slab_info(void); +#endif /* MACH_KDB */ + #endif /* _KERN_SLAB_H */