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.
<<< Previous | Home | Next >>> |
The fork_init() Function | The vfs_caches_init() Function |