The proc_caches_init() Function

Proc_caches_init() is located in kernel/fork.c.

Proc_caches_init() initializes the SLAB caches used by the kernel. This is analogous to initializing malloc()-style heaps in a user program.