diff --git a/src/generic/kmalloc.c b/src/generic/kmalloc.c index a1e31d8..564f435 100644 --- a/src/generic/kmalloc.c +++ b/src/generic/kmalloc.c @@ -24,6 +24,8 @@ void init_kmalloc() } /* + * KMALLOC implementation: + * * Allocates memory from mem_caches that it generates on-the-fly, * for up to KMALLOC_POOLS_MAX different sizes. */